aboutsummaryrefslogtreecommitdiff
path: root/emulators/frodo/files/patch-C64_x.i
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/frodo/files/patch-C64_x.i')
-rw-r--r--emulators/frodo/files/patch-C64_x.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/frodo/files/patch-C64_x.i b/emulators/frodo/files/patch-C64_x.i
index 89e4dcde6989..39818e62e134 100644
--- a/emulators/frodo/files/patch-C64_x.i
+++ b/emulators/frodo/files/patch-C64_x.i
@@ -5,7 +5,7 @@
#else
// try to start up Tk gui.
- gui = new CmdPipe("wish", "TkGui.tcl");
-+ gui = new CmdPipe("wish8.0", "TkGui.tcl");
++ gui = new CmdPipe("wish8.2", "TkGui.tcl");
if (gui) {
if (gui->fail) {
delete gui; gui = 0;