summaryrefslogtreecommitdiff
path: root/tk/library/demos/tcolor
diff options
context:
space:
mode:
Diffstat (limited to 'tk/library/demos/tcolor')
-rwxr-xr-xtk/library/demos/tcolor3
1 files changed, 2 insertions, 1 deletions
diff --git a/tk/library/demos/tcolor b/tk/library/demos/tcolor
index 50c0e6893a0..edef7235c93 100755
--- a/tk/library/demos/tcolor
+++ b/tk/library/demos/tcolor
@@ -7,7 +7,7 @@ exec wish "$0" "$@"
# create colors using either the RGB, HSB, or CYM color spaces
# and apply the color to existing applications.
#
-# SCCS: @(#) tcolor 1.11 96/06/24 16:43:11
+# RCS: @(#) $Id$
wm title . "Color Editor"
@@ -356,3 +356,4 @@ proc doUpdate {} {
}
changeColorSpace hsb
+