Skip to content

Commit 7963791

Browse files
committed
gitk: Fix copyright symbol in About box message
Somehow it got corrupted in commit d93f171 ("gitk: Use themed tk widgets"). Signed-off-by: Paul Mackerras <[email protected]>
1 parent d70bb62 commit 7963791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2782,7 +2782,7 @@ proc about {} {
27822782
message $w.m -text [mc "
27832783
Gitk - a commit viewer for git
27842784
2785-
Copyright \u00a9 2005-2009 Paul Mackerras
2785+
Copyright © 2005-2009 Paul Mackerras
27862786
27872787
Use and redistribute under the terms of the GNU General Public License"] \
27882788
-justify center -aspect 400 -border 2 -bg white -relief groove

0 commit comments

Comments
 (0)