diff options
author | marc_culler <marc.culler@gmail.com> | 2020-12-16 16:50:56 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2020-12-16 16:50:56 (GMT) |
commit | d689479c933e288ddeafe93bd23e08836b79507e (patch) | |
tree | 3ae4e3625b1b93155416b67b0eabf796022ccc68 /tests | |
parent | 1015fa89c934c0680ab3ae7feba0bac896e12b55 (diff) | |
download | tk-d689479c933e288ddeafe93bd23e08836b79507e.zip tk-d689479c933e288ddeafe93bd23e08836b79507e.tar.gz tk-d689479c933e288ddeafe93bd23e08836b79507e.tar.bz2 |
Tidy up with a patch from Christopher Chavez. Removes redundant include directives and double semicolons. Uses nil instead of NULL for references to NSObjects in Objective C.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/butGeom2.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/butGeom2.tcl b/tests/butGeom2.tcl index 096225c..844f912 100644 --- a/tests/butGeom2.tcl +++ b/tests/butGeom2.tcl @@ -8,7 +8,7 @@ wm iconname .t "Button Geometry" wm geom .t +0+0 wm minsize .t 1 1 -label .t.l -text {This screen exercises the color options for various flavors of buttons. Select display options below, and they will be applied to the appropiate button widgets.} -wraplength 5i +label .t.l -text {This screen exercises the color options for various flavors of buttons. Select display options below, and they will be applied to the appropriate button widgets.} -wraplength 5i pack .t.l -side top -fill both button .t.quit -text Quit -command {destroy .t} |