aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/frodo/files
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-03-18 07:51:05 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-03-18 07:51:05 +0000
commitfd090c3bdb2a94b91d22295f1285c00faf807e48 (patch)
tree7d973476e9a1d1918d77e5fb4f527775d9dc5811 /emulators/frodo/files
parent8e4bdbe9e5ca2095d8ff2a8a3ca644aae1294ef6 (diff)
Updated to use Tcl/Tk 8.3
Diffstat (limited to 'emulators/frodo/files')
-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 39818e62e134..a2b4a23d6673 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.2", "TkGui.tcl");
++ gui = new CmdPipe("wish8.3", "TkGui.tcl");
if (gui) {
if (gui->fail) {
delete gui; gui = 0;