* gdbtk.tcl (build_framework): Fix bug with setting window titles.

This commit is contained in:
Stu Grossman 1994-11-28 18:20:21 +00:00
parent c981300c38
commit 04576ab6cc
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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