##// END OF EJS Templates
hgk: gitk->hgk in About... menu
Javi Merino -
r13380:d1140584 default
parent child Browse files
Show More
@@ -482,7 +482,7 b' proc makewindow {} {'
482 .bar.file add command -label "Quit" -command doquit
482 .bar.file add command -label "Quit" -command doquit
483 menu .bar.help
483 menu .bar.help
484 .bar add cascade -label "Help" -menu .bar.help
484 .bar add cascade -label "Help" -menu .bar.help
485 .bar.help add command -label "About gitk" -command about
485 .bar.help add command -label "About hgk" -command about
486 . configure -menu .bar
486 . configure -menu .bar
487
487
488 if {![info exists geometry(canv1)]} {
488 if {![info exists geometry(canv1)]} {
@@ -867,9 +867,9 b' proc about {} {'
867 return
867 return
868 }
868 }
869 toplevel $w
869 toplevel $w
870 wm title $w "About gitk"
870 wm title $w "About hgk"
871 message $w.m -text {
871 message $w.m -text {
872 Gitk version 1.2
872 Hgk version 1.2
873
873
874 Copyright � 2005 Paul Mackerras
874 Copyright � 2005 Paul Mackerras
875
875
General Comments 0
You need to be logged in to leave comments. Login now