[GRASS-SVN] r32477 - grass/trunk/gui/wxpython/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 3 03:57:21 EDT 2008


Author: cmbarton
Date: 2008-08-03 03:57:21 -0400 (Sun, 03 Aug 2008)
New Revision: 32477

Modified:
   grass/trunk/gui/wxpython/icons/icon.py
Log:
Added icon for layer settings editing

Modified: grass/trunk/gui/wxpython/icons/icon.py
===================================================================
--- grass/trunk/gui/wxpython/icons/icon.py	2008-08-03 07:51:51 UTC (rev 32476)
+++ grass/trunk/gui/wxpython/icons/icon.py	2008-08-03 07:57:21 UTC (rev 32477)
@@ -115,7 +115,7 @@
     "font"       : 'gui-font.gif',
     "histogram"  : 'module-d.histogram.gif',
     "color"      : 'edit-color.gif',
-    "options"    :  wx.ART_ERROR, # FIXME
+    "layeropts"  : 'gui-layeroptions.gif',
     # profile 
     "profile"    : 'gui-profile.gif',
     "transect"   : 'gui-profiledefine.gif',
@@ -129,8 +129,8 @@
     'grGcpRms'     : 'gui-rms.gif',
     'grGcpRefresh' : 'gui-display.gif',
     "grGcpSave"    : 'file-save.gif', 
-    "grGcpAdd"     : wx.ART_ERROR, # FIXME
-    "grGcpDelete"  : wx.ART_ERROR, # FIXME
+    "grGcpAdd"     : wx.ART_NEW, # FIXME
+    "grGcpDelete"  : wx.ART_DELETE, # FIXME
     "grGcpReload"  : 'gui-redraw.gif',
     "grSettings"   : 'edit-color.gif', 
     # nviz 
@@ -391,8 +391,8 @@
                              label=_("Select font")),
     "color"      : MetaIcon (img=icons_img["color"],
                              label=_("Select color")),
-    "options"    : MetaIcon (img=icons_img["options"],
-                             label=_("Set histogram options")),
+    "layeropts"  : MetaIcon (img=icons_img["layeropts"],
+                             label=_("Set options")),
     "analyze"    : MetaIcon (img=icons_img["analyze"],
                              label=_("Analyze")),
     # georectify



More information about the grass-commit mailing list