[GRASS-SVN] r29743 - grass/trunk/gui/tcltk/gis.m

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 18 01:00:11 EST 2008


Author: cmbarton
Date: 2008-01-18 01:00:11 -0500 (Fri, 18 Jan 2008)
New Revision: 29743

Modified:
   grass/trunk/gui/tcltk/gis.m/tksys.tcl
Log:
Fixed bad path to gmlib.

Modified: grass/trunk/gui/tcltk/gis.m/tksys.tcl
===================================================================
--- grass/trunk/gui/tcltk/gis.m/tksys.tcl	2008-01-18 01:50:27 UTC (rev 29742)
+++ grass/trunk/gui/tcltk/gis.m/tksys.tcl	2008-01-18 06:00:11 UTC (rev 29743)
@@ -13,7 +13,7 @@
 
 source $env(GISBASE)/etc/gtcltk/options.tcl
 source $env(GISBASE)/etc/gtcltk/gmsg.tcl
-source $env(GISBASE)/etc/gtcltk/gmlib.tcl
+source $env(GISBASE)/etc/gm/gmlib.tcl
 
 array set items { 
     platform   "Platform               "



More information about the grass-commit mailing list