mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-23 18:06:02 +00:00
* gdbtk.tcl (build_framework): Fix bug with setting window titles.
This commit is contained in:
parent
c981300c38
commit
04576ab6cc
@ -1,5 +1,7 @@
|
||||
Mon Nov 28 09:17:20 1994 Stu Grossman (grossman@cygnus.com)
|
||||
|
||||
* gdbtk.tcl (build_framework): Fix bug with setting window titles.
|
||||
|
||||
* gdbtk.tcl (build_framework): Add "Report bug" to help menu.
|
||||
|
||||
* gdbtk.tcl: Re-arrange windows using new, consistent layout. Clean
|
||||
|
@ -1318,7 +1318,7 @@ button .files -text Files -command files_command
|
||||
proc build_framework {win {title GDBtk} {label {}}} {
|
||||
|
||||
toplevel ${win}
|
||||
wm title .src $title
|
||||
wm title ${win} $title
|
||||
wm minsize ${win} 1 1
|
||||
|
||||
frame ${win}.menubar
|
||||
|
Loading…
x
Reference in New Issue
Block a user