diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-31 16:17:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-31 16:17:06 (GMT) |
commit | 7f630964e1b98e229c06b4e4a3f44e076d9256f5 (patch) | |
tree | b0dad22632be1a48d92bdb2bf239e8c3b81f8585 /library | |
parent | 8a7f4b4015f4c4085961568097d3e25d4b664363 (diff) | |
download | tk-7f630964e1b98e229c06b4e4a3f44e076d9256f5.zip tk-7f630964e1b98e229c06b4e4a3f44e076d9256f5.tar.gz tk-7f630964e1b98e229c06b4e4a3f44e076d9256f5.tar.bz2 |
Minor GOOBE boost on Unix and OSX
Diffstat (limited to 'library')
-rw-r--r-- | library/demos/widget | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/library/demos/widget b/library/demos/widget index 666bc95..af016a2 100644 --- a/library/demos/widget +++ b/library/demos/widget @@ -10,7 +10,7 @@ exec wish "$0" "$@" # separate ".tcl" files is this directory, which are sourced by this script as # needed. # -# RCS: @(#) $Id: widget,v 1.41 2007/10/30 01:57:55 hobbs Exp $ +# RCS: @(#) $Id: widget,v 1.42 2007/10/31 16:17:06 dkf Exp $ package require Tcl 8.5 package require Tk 8.5 @@ -714,9 +714,8 @@ proc PrintTextWin32 {filename} { # proc aboutBox {} { tk_messageBox -icon info -type ok -title [mc "About Widget Demo"] \ - -message "[mc {Tk widget demonstration application}] - -[mc {Copyright (c) %s} {1996-1997 Sun Microsystems, Inc.}] + -message "[mc {Tk widget demonstration application}]" -detail \ +"[mc {Copyright (c) %s} {1996-1997 Sun Microsystems, Inc.}] [mc {Copyright (c) %s} {1997-2000 Ajuba Solutions, Inc.}] [mc {Copyright (c) %s} {2001-2007 Donal K. Fellows}] [mc {Copyright (c) %s} {2002-2007 Daniel A. Steffen}]" |