]> www.wagner.pp.ru Git - oss/fgis.git/blobdiff - tcl/hypermap
GUI font definition moved to the config file.
[oss/fgis.git] / tcl / hypermap
index 4440d72385ba174e4589e2a0b02a742f77bdb483..285183d486dbeb7cc5be6a2df4009b983ccf7e87 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/wish
 ##
-## $ID: $
+## $Id: hypermap,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>
@@ -74,7 +74,7 @@ proc show_hyper {planchet x y} {
      
     
 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