diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-02-02 09:50:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-02-02 09:50:46 (GMT) |
commit | c8cd89e42e4eca01a7094f238b5ec337a55570d6 (patch) | |
tree | fa9bd81e01ecbd861cd680d3afca85e27da45259 /library/dialog.tcl | |
parent | 8671ba73dc6f1792e75ae6aa5f72c063079cdd82 (diff) | |
download | tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.zip tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.tar.gz tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.tar.bz2 |
Remove unnecessary end-of-line spacing
Diffstat (limited to 'library/dialog.tcl')
-rw-r--r-- | library/dialog.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/dialog.tcl b/library/dialog.tcl index 6a9babb..22c4dd3 100644 --- a/library/dialog.tcl +++ b/library/dialog.tcl @@ -149,7 +149,7 @@ proc ::tk_dialog {w title text bitmap default args} { # so we know how big it wants to be, then center the window in the # display (Motif style) and de-iconify it. - ::tk::PlaceWindow $w + ::tk::PlaceWindow $w tkwait visibility $w # 7. Set a grab and claim the focus too. |