[GRASS-SVN] r49626 - grass/branches/develbranch_6/gui/wxpython/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 8 08:43:16 EST 2011


Author: martinl
Date: 2011-12-08 05:43:16 -0800 (Thu, 08 Dec 2011)
New Revision: 49626

Modified:
   grass/branches/develbranch_6/gui/wxpython/icons/icon.py
Log:
wxGUI: update icons for profile tool


Modified: grass/branches/develbranch_6/gui/wxpython/icons/icon.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/icons/icon.py	2011-12-08 13:15:20 UTC (rev 49625)
+++ grass/branches/develbranch_6/gui/wxpython/icons/icon.py	2011-12-08 13:43:16 UTC (rev 49626)
@@ -327,17 +327,19 @@
                                       label = _('Undo'),
                                       desc = _('Undo previous changes')),
         },
-    'profile' : {
+    'plot' : {
         'draw'         : MetaIcon(img = iconSet.get('show', wx.ART_ERROR),
-                                  label = _('Draw/re-draw profile')),
+                                  label = _('Draw/re-draw plot')),
         'transect'     : MetaIcon(img = iconSet.get('layer-raster-profile', wx.ART_ERROR),
                                   label = _('Draw transect in map display window to profile')),
         'options'      : MetaIcon(img = iconSet.get('settings', wx.ART_ERROR),
-                                  label = _('Profile options')),
+                                  label = _('Plot options')),
+        'statistics'   : MetaIcon(img = iconSet.get('check', wx.ART_ERROR),
+                                  label = _('Plot statistics')),
         'save'         : MetaIcon(img = iconSet.get('save', wx.ART_ERROR),
                                   label = _('Save profile data to CSV file')),
         'quit'         : MetaIcon(img = iconSet.get('quit', wx.ART_ERROR),
-                                  label = _('Quit Profile Analysis Tool'))
+                                  label = _('Quit plot tool'))
         },
     'georectify' : {
         'gcpSet'    : MetaIcon(img = iconSet.get('gcp-create', wx.ART_ERROR),



More information about the grass-commit mailing list