Explorar o código

Fix icon path

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32910 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements %!s(int64=17) %!d(string=hai) anos
pai
achega
204a80d163
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/gis/gui.tcl

+ 1 - 1
lib/gis/gui.tcl

@@ -23,7 +23,7 @@ if {[catch {set env(MAPSET) [exec g.gisenv get=MAPSET]} error]} {
 
 set dlg 0
 set path {}
-set iconpath $env(GISBASE)/etc/gui/icons/
+set iconpath $env(GISBASE)/etc/gui/icons/grass
 
 
 ################################################################################