##// 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 proc makewindow {} {
482 482 .bar.file add command -label "Quit" -command doquit
483 483 menu .bar.help
484 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 486 . configure -menu .bar
487 487
488 488 if {![info exists geometry(canv1)]} {
@@ -867,9 +867,9 proc about {} {
867 867 return
868 868 }
869 869 toplevel $w
870 wm title $w "About gitk"
870 wm title $w "About hgk"
871 871 message $w.m -text {
872 Gitk version 1.2
872 Hgk version 1.2
873 873
874 874 Copyright � 2005 Paul Mackerras
875 875
General Comments 0
You need to be logged in to leave comments. Login now