[GRASS-SVN] r32913 - grass/branches/develbranch_6/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 20 06:12:50 EDT 2008


Author: martinl
Date: 2008-08-20 06:12:50 -0400 (Wed, 20 Aug 2008)
New Revision: 32913

Modified:
   grass/branches/develbranch_6/lib/gis/gui.tcl
Log:
glynn: Fix icon path (merge from trunk, r32910)


Modified: grass/branches/develbranch_6/lib/gis/gui.tcl
===================================================================
--- grass/branches/develbranch_6/lib/gis/gui.tcl	2008-08-20 10:10:09 UTC (rev 32912)
+++ grass/branches/develbranch_6/lib/gis/gui.tcl	2008-08-20 10:12:50 UTC (rev 32913)
@@ -23,7 +23,7 @@
 
 set dlg 0
 set path {}
-set iconpath $env(GISBASE)/etc/gui/icons/
+set iconpath $env(GISBASE)/etc/gui/icons/grass
 
 
 ################################################################################



More information about the grass-commit mailing list