aboutsummaryrefslogtreecommitdiff
path: root/demos/tkZincLogo.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/tkZincLogo.tcl')
-rw-r--r--demos/tkZincLogo.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tkZincLogo.tcl b/demos/tkZincLogo.tcl
index 96891f3..2af91d4 100644
--- a/demos/tkZincLogo.tcl
+++ b/demos/tkZincLogo.tcl
@@ -19,7 +19,7 @@ toplevel $w
wm title $w "Zinc logo Demonstration"
wm iconname $w tkZincLogo
-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