summaryrefslogtreecommitdiffstats
path: root/tests/canvPsImg.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/canvPsImg.tcl')
-rw-r--r--tests/canvPsImg.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/canvPsImg.tcl b/tests/canvPsImg.tcl
index 1f46eca..273ca7d 100644
--- a/tests/canvPsImg.tcl
+++ b/tests/canvPsImg.tcl
@@ -53,9 +53,9 @@ foreach v [winfo visualsavailable .] {
# The hack below is necessary for some systems, which have more than one
# visual of the same type...
if {![winfo exists .t.$v]} {
- radiobutton .t.$v -text $v -variable visual -value $v \
+ radiobutton .t.$v -text $v -variable visual -value $v \
-command BuildTestImage
- pack .t.$v -in .t.top.l -anchor w
+ pack .t.$v -in .t.top.l -anchor w
}
}