diff options
Diffstat (limited to 'library/demos/ttkscale.tcl')
-rw-r--r-- | library/demos/ttkscale.tcl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/demos/ttkscale.tcl b/library/demos/ttkscale.tcl index 5c0bdbe..1a95416 100644 --- a/library/demos/ttkscale.tcl +++ b/library/demos/ttkscale.tcl @@ -1,8 +1,6 @@ # ttkscale.tcl -- # # This demonstration script shows an example with a horizontal scale. -# -# RCS: @(#) $Id: ttkscale.tcl,v 1.1.2.2 2009/12/16 13:19:47 dkf Exp $ if {![info exists widgetDemo]} { error "This script should be run from the \"widget\" demo." |