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 g |
|
|
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 g |
|
|
870 | wm title $w "About hgk" | |
|
871 | 871 | message $w.m -text { |
|
872 |
|
|
|
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