diff options
Diffstat (limited to 'gdb/gdbtk.tcl')
-rw-r--r-- | gdb/gdbtk.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdbtk.tcl b/gdb/gdbtk.tcl index bd08669..598e59c 100644 --- a/gdb/gdbtk.tcl +++ b/gdb/gdbtk.tcl @@ -3352,8 +3352,8 @@ proc create_copyright_window {} { bind .c.m <1> {destroy .c} bind .c <Leave> {destroy .c} - # "suitable period" currently means "15 seconds". - after 15000 { + # "suitable period" currently means "30 seconds". + after 30000 { if {[winfo exists .c]} then { destroy .c } |