917b03dfb9
- support new file formats - adds new Qt gui - don't hardcode dependency on Tcl/Tk 8.4 for the Tk gui
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
$OpenBSD: patch-guibabel,v 1.2 2012/02/18 22:04:07 sthen Exp $
|
|
--- guibabel.orig Thu Oct 12 19:37:40 2006
|
|
+++ guibabel Thu Oct 12 19:37:51 2006
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
# the next line restarts using wish \
|
|
-exec wish "$0" "$@"
|
|
+exec wish${MODTK_VERSION} "$0" "$@"
|
|
|
|
#
|
|
# This was largely cribbed from the TCL demo code. My TCL skills weren't
|