Quellcode durchsuchen

update grass and grass2 icons for profile and histogram

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35248 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton vor 16 Jahren
Ursprung
Commit
5b0184cc11

+ 2 - 2
gui/wxpython/gui_modules/histogram.py

@@ -367,8 +367,8 @@ class HistFrame(wx.Frame):
                   Icons["histogram"].GetLabel(),
                   self.OnOptions),
                  ('rendermap',
-                  Icons["rendermap"].GetBitmap(),
-                  Icons["rendermap"].GetLabel(),
+                  Icons["displaymap"].GetBitmap(),
+                  Icons["displaymap"].GetLabel(),
                   self.OnRender),
                  ('erase',
                   Icons["erase"].GetBitmap(),

+ 3 - 3
gui/wxpython/icons/grass2_icons.py

@@ -84,11 +84,11 @@ IconsGrass2 = {
     "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,

+ 1 - 1
gui/wxpython/icons/grass_icons.py

@@ -90,7 +90,7 @@ IconsGrass = {
     "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',