Explorar o código

wxGUI/modeler: more icons by Robert Szczepanek

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41888 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=15) %!d(string=hai) anos
pai
achega
04f81db41f

BIN=BIN
gui/icons/grass2/python-export.png


BIN=BIN
gui/icons/grass2/relation-create.png


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

@@ -107,8 +107,9 @@ IconsGrass2 = {
     # modeler
     "modelActionAdd" : 'layer-add.png',
     "modelDataAdd"   : 'map-add.png',
-    "modelRelation"  : 'move.png',
+    "modelRelation"  : 'relation-create.png',
     "modelRun"       : 'execute.png',
     "modelValidate"  : 'check.png',
     "imageSave"      : 'image-export.png',
+    "pythonSave"     : 'python-export.png',
     }

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

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

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

@@ -345,7 +345,7 @@ Icons = {
                                 label=_("Save current model to file (Ctrl+S)")),
     "modelToImage" : MetaIcon (img=Icons["imageSave"],
                                 label=_("Export model to image")),
-    "modelToPython" : MetaIcon (img=Icons["printmap"],
+    "modelToPython" : MetaIcon (img=Icons["pythonSave"],
                                 label=_("Export model to Python script")),
     "modelActionAdd" : MetaIcon (img=Icons["modelActionAdd"],
                                  label=_("Add action (GRASS module) to model")),

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

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