diff options
Diffstat (limited to 'gdb/gdbtk.tcl')
-rw-r--r-- | gdb/gdbtk.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtk.tcl b/gdb/gdbtk.tcl index 0fb38d9..6ad1735 100644 --- a/gdb/gdbtk.tcl +++ b/gdb/gdbtk.tcl @@ -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 |