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