diff options
Diffstat (limited to 'library/demos/tcolor')
-rw-r--r-- | library/demos/tcolor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/tcolor b/library/demos/tcolor index 64e1a53..0aa133b 100644 --- a/library/demos/tcolor +++ b/library/demos/tcolor @@ -7,7 +7,7 @@ exec wish "$0" ${1+"$@"} # create colors using either the RGB, HSB, or CYM color spaces # and apply the color to existing applications. -package require Tk 8.4 +package require Tk wm title . "Color Editor" # Global variables that control the program: |