]> www.wagner.pp.ru Git - oss/fgis.git/blobdiff - tcl/mapview
GUI font definition moved to the config file.
[oss/fgis.git] / tcl / mapview
index a4aa6eb77ac9e2fbb0fe41be1ef552cffa830422..f88ebdaf7fd30508f1ae35df946e07ebefe9431d 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/wish
 ##
-## $ID: $
+## $Id: mapview,v 1.3 2003-01-08 15:25:35 dron Exp $
 ##
 ## Copyright (C) 1997, Victor Wagner <vitus@ice.ru>
 ## Copyright (C) 2002, Andrey Kiselev <dron@remotesensing.org>
@@ -22,7 +22,7 @@
 
 package require Fgis
 set planchet .map
-option add *font -cronyx-times-bold-r-normal--10-*
+option add *font $gui_font
 frame .menu -relief raised -bd 2
 menubutton .menu.file -text "File" -menu [set m .menu.file.m]
 menu $m