aboutsummaryrefslogtreecommitdiff
path: root/demos/labelformat.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/labelformat.tcl')
-rw-r--r--demos/labelformat.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/labelformat.tcl b/demos/labelformat.tcl
index 8d9f2a3..d7c0781 100644
--- a/demos/labelformat.tcl
+++ b/demos/labelformat.tcl
@@ -11,7 +11,7 @@ toplevel $w
wm title $w "Zinc Label Format Demonstration"
wm iconname $w Label
-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