diff options
Diffstat (limited to 'library/demos/text.tcl')
-rw-r--r-- | library/demos/text.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/demos/text.tcl b/library/demos/text.tcl index 242dd54..0cc4870 100644 --- a/library/demos/text.tcl +++ b/library/demos/text.tcl @@ -3,7 +3,7 @@ # This demonstration script creates a text widget that describes # the basic editing functions. # -# RCS: @(#) $Id: text.tcl,v 1.4 2003/08/20 23:02:18 hobbs Exp $ +# RCS: @(#) $Id: text.tcl,v 1.5 2004/03/17 18:15:45 das Exp $ if {![info exists widgetDemo]} { error "This script should be run from the \"widget\" demo." @@ -68,7 +68,7 @@ insertion cursor. Control-z undoes the last editing action performed, and } switch $tcl_platform(platform) { - "unix" - "macintosh" { + "unix" { $w.text insert end "Control-Shift-z" } "windows" { |