[GRASS-SVN] r35348 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 11 19:11:53 EST 2009


Author: martinl
Date: 2009-01-11 19:11:53 -0500 (Sun, 11 Jan 2009)
New Revision: 35348

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
Log:
Icons theme 'grass2' is now default
      (merge from trunk r35347)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2009-01-12 00:08:50 UTC (rev 35347)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/preferences.py	2009-01-12 00:11:53 UTC (rev 35348)
@@ -10,7 +10,7 @@
  - DefaultFontDialog
  - MapsetAccess
 
-(C) 2007-2008 by the GRASS Development Team
+(C) 2007-2009 by the GRASS Development Team
 This program is free software under the GNU General Public
 License (>=v2). Read the file COPYING that comes with GRASS
 for details.
@@ -112,8 +112,8 @@
                     'type' : 'home'
                     }, # home, gisdbase, location, mapset
                 'iconTheme' : {
-                    'type' : 'grass'
-                    }, # grass, silk
+                    'type' : 'grass2'
+                    }, # grass2, grass, silk
                 },
             #
             # Attribute Table Manager



More information about the grass-commit mailing list