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