aboutsummaryrefslogtreecommitdiff
path: root/demos/atomicGroups.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/atomicGroups.tcl')
-rw-r--r--demos/atomicGroups.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/atomicGroups.tcl b/demos/atomicGroups.tcl
index 97cd362..0c3b8bb 100644
--- a/demos/atomicGroups.tcl
+++ b/demos/atomicGroups.tcl
@@ -12,7 +12,7 @@ toplevel $w
wm title $w "Zinc Atomicity Demonstration"
wm iconname $w "Atomic"
-set defaultfont "-adobe-helvetica-bold-r-normal-*-120-*-*-*-*-*-*"
+set defaultfont [font create -family Helvetica -size 10 -weight bold]
frame $w.buttons
pack $w.buttons -side bottom -fill x -pady 2m