diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-02 08:34:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-02 08:34:42 (GMT) |
commit | 6ea2c1ade6b63859abac22e42468ba744523fb67 (patch) | |
tree | d0f61064e70d9f49462dc6bc54b9cf8f6cfb2a17 /library | |
parent | 272678ee37956bea49401b322ec32afd4fcc4753 (diff) | |
parent | 4825038074a1722f54708e7e47cdf60b7d407de8 (diff) | |
download | tk-6ea2c1ade6b63859abac22e42468ba744523fb67.zip tk-6ea2c1ade6b63859abac22e42468ba744523fb67.tar.gz tk-6ea2c1ade6b63859abac22e42468ba744523fb67.tar.bz2 |
Merge trunk
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 58da12f..4f7f715 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 \xA9 %s" {1996-1997 Sun Microsystems, Inc.}] -[mc "Copyright \xA9 %s" {1997-2000 Ajuba Solutions, Inc.}] -[mc "Copyright \xA9 %s" {2001-2009 Donal K. Fellows}] -[mc "Copyright \xA9 %s" {2002-2007 Daniel A. Steffen}]" +"[mc "Copyright © %s" {1996-1997 Sun Microsystems, Inc.}] +[mc "Copyright © %s" {1997-2000 Ajuba Solutions, Inc.}] +[mc "Copyright © %s" {2001-2009 Donal K. Fellows}] +[mc "Copyright © %s" {2002-2007 Daniel A. Steffen}]" } # Local Variables: |