mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-28 11:43:36 +08:00
* gdbtk.tcl (build_framework): Add "Report bug" to help menu.
This commit is contained in:
parent
006e71e956
commit
c981300c38
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user