]> www.wagner.pp.ru Git - oss/fgis.git/blobdiff - tcl/hypermap
Added logic to find GDAL installation.
[oss/fgis.git] / tcl / hypermap
index 27f0bb4ee86b5e452bb0a43a229d258002ad6779..285183d486dbeb7cc5be6a2df4009b983ccf7e87 100755 (executable)
@@ -1,4 +1,24 @@
-#!/usr/bin/wish8.0
+#!/usr/bin/wish
+##
+## $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>
+##
+## This program is free software; you can redistribute it and/or modify
+## it under the terms of the GNU General Public License as published by
+## the Free Software Foundation; either version 2, or (at your option)
+## any later version.
+##
+## This program is distributed in the hope that it will be useful,
+## but WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+## GNU General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with this program; if not, write to the Free Software
+## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+## USA.
 
 package require Fgis
 
@@ -54,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