diff options
Diffstat (limited to 'library/demos/bitmap.tcl')
-rw-r--r-- | library/demos/bitmap.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/bitmap.tcl b/library/demos/bitmap.tcl index 453987d..daa1b2f 100644 --- a/library/demos/bitmap.tcl +++ b/library/demos/bitmap.tcl @@ -33,7 +33,7 @@ proc bitmapRow {w args} { } set w .bitmap -catch {destroy $w} +destroy $w toplevel $w wm title $w "Bitmap Demonstration" wm iconname $w "bitmap" |