[PATCH] hgk: gitk->hgk in About... menu

Javi Merino cibervicho at gmail.com
Mon Feb 14 01:41:39 CST 2011


# HG changeset patch
# User Javi Merino <cibervicho at gmail.com>
# Date 1297669161 0
# Node ID 2cffa7d6aef83dd330be430c46a738c8bcf47d55
# Parent  d4ab9486e514dd24e21a2ca3b6c439ea13d85cab
hgk: gitk->hgk in About... menu

diff --git a/contrib/hgk b/contrib/hgk
--- a/contrib/hgk
+++ b/contrib/hgk
@@ -482,7 +482,7 @@ proc makewindow {} {
     .bar.file add command -label "Quit" -command doquit
     menu .bar.help
     .bar add cascade -label "Help" -menu .bar.help
-    .bar.help add command -label "About gitk" -command about
+    .bar.help add command -label "About hgk" -command about
     . configure -menu .bar
 
     if {![info exists geometry(canv1)]} {
@@ -867,9 +867,9 @@ proc about {} {
 	return
     }
     toplevel $w
-    wm title $w "About gitk"
+    wm title $w "About hgk"
     message $w.m -text {
-Gitk version 1.2
+Hgk version 1.2
 
 Copyright © 2005 Paul Mackerras
 


More information about the Mercurial-devel mailing list