浏览代码

wxGUI/modeler: new icons by Robert Szczepanek

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41884 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 年之前
父节点
当前提交
37b3dbce4c

二进制
gui/icons/grass2/check.png


二进制
gui/icons/grass2/execute.png


二进制
gui/icons/grass2/image-export.png


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

@@ -108,6 +108,7 @@ IconsGrass2 = {
     "modelActionAdd" : 'layer-add.png',
     "modelDataAdd"   : 'map-add.png',
     "modelRelation"  : 'move.png',
-    "modelRun"       : 'redo.png',
-    "modelValidate"  : 'tools.png',
+    "modelRun"       : 'execute.png',
+    "modelValidate"  : 'check.png',
+    "imageSave"      : 'image-export.png',
     }

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

@@ -112,4 +112,5 @@ IconsGrass = {
     "modelRelation"  : wx.ART_ERROR,
     "modelRun"       : wx.ART_ERROR,
     "modelValidate"  : wx.ART_ERROR,
+    "imageSave"      : wx.ART_ERROR,
     }

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

@@ -343,7 +343,7 @@ Icons = {
                                 label=_("Load model from file (Ctrl+O)")),
     "modelSave" : MetaIcon (img=Icons["fileSave"],
                                 label=_("Save current model to file (Ctrl+S)")),
-    "modelToImage" : MetaIcon (img=Icons["savefile"],
+    "modelToImage" : MetaIcon (img=Icons["imageSave"],
                                 label=_("Export model to image")),
     "modelToPython" : MetaIcon (img=Icons["printmap"],
                                 label=_("Export model to Python script")),

+ 1 - 0
gui/wxpython/icons/silk_icons.py

@@ -113,4 +113,5 @@ IconsSilk = {
     "modelRelation"  : wx.ART_ERROR,
     "modelRun"       : wx.ART_ERROR,
     "modelValidate"  : wx.ART_ERROR,
+    "imageSave"      : wx.ART_ERROR,
     }