aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2010-02-04 08:49:00 +1100
committerPaul Mackerras <paulus@samba.org>2010-02-04 08:49:00 +1100
commit7963791e1f44f3053f47f98628cf1729030eab76 (patch)
treec4b8a72b6cc89fd22cde6aade4662b7314753e7c
parentd70bb6233272c46b53a697bf620ec8dcd2550de3 (diff)
downloadgit-7963791e1f44f3053f47f98628cf1729030eab76.tar.gz
git-7963791e1f44f3053f47f98628cf1729030eab76.tar.xz
gitk: Fix copyright symbol in About box message
Somehow it got corrupted in commit d93f1713 ("gitk: Use themed tk widgets"). Signed-off-by: Paul Mackerras <paulus@samba.org>
-rwxr-xr-xgitk2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk b/gitk
index 48cfce3a0..1f36a3e81 100755
--- a/gitk
+++ b/gitk
@@ -2782,7 +2782,7 @@ proc about {} {
message $w.m -text [mc "
Gitk - a commit viewer for git
-Copyright \u00a9 2005-2009 Paul Mackerras
+Copyright © 2005-2009 Paul Mackerras
Use and redistribute under the terms of the GNU General Public License"] \
-justify center -aspect 400 -border 2 -bg white -relief groove