[GRASS-SVN] r35247 - in grass/branches/develbranch_6/gui/wxpython: gui_modules icons

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 7 01:39:09 EST 2009


Author: cmbarton
Date: 2009-01-07 01:39:09 -0500 (Wed, 07 Jan 2009)
New Revision: 35247

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/histogram.py
   grass/branches/develbranch_6/gui/wxpython/icons/grass2_icons.py
   grass/branches/develbranch_6/gui/wxpython/icons/grass_icons.py
Log:
Update grass and grass2 icons for profile and histogram

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/histogram.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/histogram.py	2009-01-07 03:33:42 UTC (rev 35246)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/histogram.py	2009-01-07 06:39:09 UTC (rev 35247)
@@ -367,8 +367,8 @@
                   Icons["histogram"].GetLabel(),
                   self.OnOptions),
                  ('rendermap',
-                  Icons["rendermap"].GetBitmap(),
-                  Icons["rendermap"].GetLabel(),
+                  Icons["displaymap"].GetBitmap(),
+                  Icons["displaymap"].GetLabel(),
                   self.OnRender),
                  ('erase',
                   Icons["erase"].GetBitmap(),

Modified: grass/branches/develbranch_6/gui/wxpython/icons/grass2_icons.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/icons/grass2_icons.py	2009-01-07 03:33:42 UTC (rev 35246)
+++ grass/branches/develbranch_6/gui/wxpython/icons/grass2_icons.py	2009-01-07 06:39:09 UTC (rev 35247)
@@ -84,11 +84,11 @@
     "addhis"     : 'layer-his-add.png',
     "addthematic": None,
     "addchart"   : None,
-    "layeropts"  : None,
+    "layeropts"  : 'settings.png',
     # profile analysis
     "transect"   : 'layer-raster-profile.png',
-    "profiledraw"  : None,
-    "profileopt"   : None,
+    "profiledraw"  : 'show.png',
+    "profileopt"   : 'settings.png',
     # georectify
     "grGcpSet"     : None,
     'grGcpClear'   : None,

Modified: grass/branches/develbranch_6/gui/wxpython/icons/grass_icons.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/icons/grass_icons.py	2009-01-07 03:33:42 UTC (rev 35246)
+++ grass/branches/develbranch_6/gui/wxpython/icons/grass_icons.py	2009-01-07 06:39:09 UTC (rev 35247)
@@ -90,7 +90,7 @@
     "profile"    : 'gui-profile.gif',
     "transect"   : 'gui-profiledefine.gif',
     # "profiledraw": 'gui-profiledraw.gif',
-    "profiledraw" : 'gui-redraw.gif',
+    "profiledraw" : 'gui-display.gif',
     "profileopt" : 'gui-profileopt.gif',
     # georectify
     'grGcpClear'   : 'gui-gcperase.gif',



More information about the grass-commit mailing list