summaryrefslogtreecommitdiffstats
path: root/library/demos/widget
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-11-05 07:49:33 (GMT)
committernijtmans <nijtmans@noemail.net>2010-11-05 07:49:33 (GMT)
commit941cd847a457dfdc19661d966c7c2ecbb6a15db8 (patch)
tree6d2a6e00beff130ac53ffaf7c303736fec9784bc /library/demos/widget
parent387b2d69a7856cf2ec59c61efe3c96a638889423 (diff)
downloadtk-941cd847a457dfdc19661d966c7c2ecbb6a15db8.zip
tk-941cd847a457dfdc19661d966c7c2ecbb6a15db8.tar.gz
tk-941cd847a457dfdc19661d966c7c2ecbb6a15db8.tar.bz2
Use unicode copyright sign, in stead of depending on translation.
FossilOrigin-Name: d56b3df132d0eaf4061918312d92f2dffa60fdbd
Diffstat (limited to 'library/demos/widget')
-rw-r--r--library/demos/widget10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/demos/widget b/library/demos/widget
index 21bde4f..8a8d799 100644
--- a/library/demos/widget
+++ b/library/demos/widget
@@ -10,7 +10,7 @@ exec wish "$0" ${1+"$@"}
# separate ".tcl" files is this directory, which are sourced by this script as
# needed.
#
-# RCS: @(#) $Id: widget,v 1.59 2010/01/19 01:27:41 patthoyts Exp $
+# RCS: @(#) $Id: widget,v 1.60 2010/11/05 07:49:34 nijtmans Exp $
package require Tcl 8.5
package require Tk 8.5
@@ -711,10 +711,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 (c) %s} {1996-1997 Sun Microsystems, Inc.}]
-[mc {Copyright (c) %s} {1997-2000 Ajuba Solutions, Inc.}]
-[mc {Copyright (c) %s} {2001-2009 Donal K. Fellows}]
-[mc {Copyright (c) %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: