Browse Source

wxGUI/modeler: new icons by Robert Szczepanek

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41979 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 years ago
parent
commit
9d1cc49cc3

BIN
gui/icons/grass2/data-add.png


BIN
gui/icons/grass2/module-add.png


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

@@ -105,8 +105,8 @@ IconsGrass2 = {
     # nviz
     # nviz
     "nvizSettings"   : 'settings.png',
     "nvizSettings"   : 'settings.png',
     # modeler
     # modeler
-    "modelActionAdd" : 'layer-add.png',
-    "modelDataAdd"   : 'map-add.png',
+    "modelActionAdd" : 'module-add.png',
+    "modelDataAdd"   : 'data-add.png',
     "modelRelation"  : 'relation-create.png',
     "modelRelation"  : 'relation-create.png',
     "modelRun"       : 'execute.png',
     "modelRun"       : 'execute.png',
     "modelValidate"  : 'check.png',
     "modelValidate"  : 'check.png',