diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-23 09:49:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-23 09:49:50 (GMT) |
commit | d95efc31eb0a189199e0ccc20af3adc0c9f0582f (patch) | |
tree | 1b5321e04544ff19b59f879f214eed345df0363c /library | |
parent | f421ca71362dacb22cf77a8206b9bc414e4b612a (diff) | |
parent | ebb2c5a3dbf48abcc99a56379e0924f43c594285 (diff) | |
download | tk-d95efc31eb0a189199e0ccc20af3adc0c9f0582f.zip tk-d95efc31eb0a189199e0ccc20af3adc0c9f0582f.tar.gz tk-d95efc31eb0a189199e0ccc20af3adc0c9f0582f.tar.bz2 |
Remove superfluous double-quotes in widget's "about" dialog.
Diffstat (limited to 'library')
-rw-r--r-- | library/demos/widget | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/demos/widget b/library/demos/widget index 65a5074..1d838ad 100644 --- a/library/demos/widget +++ b/library/demos/widget @@ -710,10 +710,10 @@ proc PrintTextWin32 {filename} { proc tkAboutDialog {} { tk_messageBox -icon info -type ok -title [mc "About Widget Demo"] \ -message [mc "Tk widget demonstration application"] -detail \ -"[mc \"Copyright\ \u00a9\ %s\" {1996-1997 Sun Microsystems, Inc.}] -[mc \"Copyright\ \u00a9\ %s\" {1997-2000 Ajuba Solutions, Inc.}] -[mc \"Copyright\ \u00a9\ %s\" {2001-2009 Donal K. Fellows}] -[mc \"Copyright\ \u00a9\ %s\" {2002-2007 Daniel A. Steffen}]" +"[mc "Copyright \u00a9 %s" {1996-1997 Sun Microsystems, Inc.}] +[mc "Copyright \u00a9 %s" {1997-2000 Ajuba Solutions, Inc.}] +[mc "Copyright \u00a9 %s" {2001-2009 Donal K. Fellows}] +[mc "Copyright \u00a9 %s" {2002-2007 Daniel A. Steffen}]" } # Local Variables: |