diff options
Diffstat (limited to 'otherlibs/labltk/example/hello.tcl')
-rwxr-xr-x | otherlibs/labltk/example/hello.tcl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/otherlibs/labltk/example/hello.tcl b/otherlibs/labltk/example/hello.tcl deleted file mode 100755 index 9e9985c15..000000000 --- a/otherlibs/labltk/example/hello.tcl +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/local/bin/wish4.0 - -button .hello -text "Hello, TclTk!" - -pack .hello |