--- Frodo4/Src/C64_x.h 2003/07/01 17:28:51 1.1 +++ Frodo4/Src/C64_x.h 2003/07/01 19:14:08 1.3 @@ -1,7 +1,7 @@ /* * C64_x.h - Put the pieces together, X specific stuff * - * Frodo (C) 1994-1997,2002 Christian Bauer + * Frodo (C) 1994-1997,2002-2003 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -113,7 +113,7 @@ void C64::c64_ctor1(void) gui = 0; #else // try to start up Tk gui. - gui = new CmdPipe("wish", "TkGui.tcl"); + gui = new CmdPipe("wish", BINDIR "Frodo_GUI.tcl"); if (gui) { if (gui->fail) { delete gui; gui = 0;