changeset 13380:d11405848abd

hgk: gitk->hgk in About... menu
author Javi Merino <cibervicho@gmail.com>
date Mon, 14 Feb 2011 07:39:21 +0000
parents 67743d5f49b6
children d073468e3c5f
files contrib/hgk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/hgk	Mon Feb 14 11:13:05 2011 +0100
+++ b/contrib/hgk	Mon Feb 14 07:39:21 2011 +0000
@@ -482,7 +482,7 @@
     .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 @@
 	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