* 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

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