diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-23 09:45:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-01-23 09:45:18 (GMT) |
commit | ebb2c5a3dbf48abcc99a56379e0924f43c594285 (patch) | |
tree | 761ec7bb085e9256762f7a5c3cbff2637b9b6a74 | |
parent | 0742c300b49248cdf4e360ac99c629081a106f79 (diff) | |
download | tk-ebb2c5a3dbf48abcc99a56379e0924f43c594285.zip tk-ebb2c5a3dbf48abcc99a56379e0924f43c594285.tar.gz tk-ebb2c5a3dbf48abcc99a56379e0924f43c594285.tar.bz2 |
Remove superfloeus double-quite in widget's "about" dialog.
-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 052c160..88d55c6 100644 --- a/library/demos/widget +++ b/library/demos/widget @@ -723,10 +723,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-2007 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-2007 Donal K. Fellows}] +[mc "Copyright \u00a9 %s" {2002-2007 Daniel A. Steffen}]" } # Local Variables: |