Changeset 830 for sans/utils/bt5/prepare
- Timestamp:
- Nov 10, 2011 2:40:24 PM (11 years ago)
- Location:
- sans/utils/bt5/prepare
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/utils/bt5/prepare/prepare
r141 r830 30 30 switch -regexp [info nameofexecutable] { 31 31 "cwsh" { set text_only 1 } 32 default { wm withdraw .; update; set text_only 0 }32 default { wm withdraw .; update; set text_only 0; } 33 33 } 34 34 … … 6426 6426 wm deiconify . ;# Show toplevel window 6427 6427 if {$config(nsta) == 1} { wm geometry . 773x423+254+63 } 6428 if {$config(nsta) == 5} { wm geometry . 1274x580+0+25 } 6428 6429 update 6429 6430 }
Note: See TracChangeset
for help on using the changeset viewer.