* gdbtk.tcl (build_framework): Add "Report bug" to help menu.

This commit is contained in:
Stu Grossman 1994-11-28 18:01:31 +00:00
parent 006e71e956
commit c981300c38
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
Mon Nov 28 09:17:20 1994 Stu Grossman (grossman@cygnus.com)
* gdbtk.tcl (build_framework): Add "Report bug" to help menu.
* gdbtk.tcl: Re-arrange windows using new, consistent layout. Clean
up lots of code and centralize framework initialization.

View File

@ -1364,6 +1364,8 @@ proc build_framework {win {title GDBtk} {label {}}} {
-command {echo "with GDBtk"}
${win}.menubar.help.menu add command -label "with this window" \
-command {echo "with this window"}
${win}.menubar.help.menu add command -label "Report bug" \
-command {exec send-pr}
tk_menuBar ${win}.menubar ${win}.menubar.file ${win}.menubar.view \
${win}.menubar.window ${win}.menubar.help