summaryrefslogtreecommitdiffstats
path: root/library/demos/widget
diff options
context:
space:
mode:
Diffstat (limited to 'library/demos/widget')
-rw-r--r--library/demos/widget8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/demos/widget b/library/demos/widget
index 162497e..052c160 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 (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}]"
+"[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: