[GRASS-SVN] r35332 - in grass/branches/develbranch_6/gui: icons/grass2 wxpython/icons

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 11 16:22:11 EST 2009


Author: martinl
Date: 2009-01-11 16:22:11 -0500 (Sun, 11 Jan 2009)
New Revision: 35332

Added:
   grass/branches/develbranch_6/gui/icons/grass2/gcp-add.png
   grass/branches/develbranch_6/gui/icons/grass2/gcp-create.png
   grass/branches/develbranch_6/gui/icons/grass2/gcp-delete.png
   grass/branches/develbranch_6/gui/icons/grass2/gcp-remove.png
   grass/branches/develbranch_6/gui/icons/grass2/gcp-rms.png
   grass/branches/develbranch_6/gui/icons/grass2/gcp-save.png
   grass/branches/develbranch_6/gui/icons/grass2/georectify.png
   grass/branches/develbranch_6/gui/icons/grass2/redraw.png
   grass/branches/develbranch_6/gui/icons/grass2/reload.png
Modified:
   grass/branches/develbranch_6/gui/wxpython/icons/grass2_icons.py
Log:
grass2 georectify icons
       (merge from trunk, r35330)


Copied: grass/branches/develbranch_6/gui/icons/grass2/gcp-add.png (from rev 35330, grass/trunk/gui/icons/grass2/gcp-add.png)
===================================================================
(Binary files differ)

Copied: grass/branches/develbranch_6/gui/icons/grass2/gcp-create.png (from rev 35330, grass/trunk/gui/icons/grass2/gcp-create.png)
===================================================================
(Binary files differ)

Copied: grass/branches/develbranch_6/gui/icons/grass2/gcp-delete.png (from rev 35330, grass/trunk/gui/icons/grass2/gcp-delete.png)
===================================================================
(Binary files differ)

Copied: grass/branches/develbranch_6/gui/icons/grass2/gcp-remove.png (from rev 35330, grass/trunk/gui/icons/grass2/gcp-remove.png)
===================================================================
(Binary files differ)

Copied: grass/branches/develbranch_6/gui/icons/grass2/gcp-rms.png (from rev 35330, grass/trunk/gui/icons/grass2/gcp-rms.png)
===================================================================
(Binary files differ)

Copied: grass/branches/develbranch_6/gui/icons/grass2/gcp-save.png (from rev 35330, grass/trunk/gui/icons/grass2/gcp-save.png)
===================================================================
(Binary files differ)

Copied: grass/branches/develbranch_6/gui/icons/grass2/georectify.png (from rev 35330, grass/trunk/gui/icons/grass2/georectify.png)
===================================================================
(Binary files differ)

Copied: grass/branches/develbranch_6/gui/icons/grass2/redraw.png (from rev 35330, grass/trunk/gui/icons/grass2/redraw.png)
===================================================================
(Binary files differ)

Copied: grass/branches/develbranch_6/gui/icons/grass2/reload.png (from rev 35330, grass/trunk/gui/icons/grass2/reload.png)
===================================================================
(Binary files differ)

Modified: grass/branches/develbranch_6/gui/wxpython/icons/grass2_icons.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/icons/grass2_icons.py	2009-01-11 21:20:17 UTC (rev 35331)
+++ grass/branches/develbranch_6/gui/wxpython/icons/grass2_icons.py	2009-01-11 21:22:11 UTC (rev 35332)
@@ -86,19 +86,19 @@
     "addchart"   : None,
     "layeropts"  : 'settings.png',
     # profile analysis
-    "transect"   : 'layer-raster-profile.png',
+    "transect"     : 'layer-raster-profile.png',
     "profiledraw"  : 'show.png',
     "profileopt"   : 'settings.png',
     # georectify
-    "grGcpSet"     : None,
-    'grGcpClear'   : None,
-    'grGeorect'    : None,
-    'grGcpRms'     : None,
-    'grGcpRefresh' : None,
-    "grGcpSave"    : None,
-    "grGcpAdd"     : None,
-    "grGcpDelete"  : None,
-    "grGcpReload"  : None,
+    "grGcpSet"     : 'gcp-create.png',
+    'grGcpClear'   : 'gcp-remove.png',
+    'grGeorect'    : 'georectify.png',
+    'grGcpRms'     : 'gcp-rms.png',
+    'grGcpRefresh' : 'redraw.png',
+    "grGcpSave"    : 'gcp-save.png',
+    "grGcpAdd"     : 'gcp-add.png',
+    "grGcpDelete"  : 'gcp-delete.png',
+    "grGcpReload"  : 'reload.png',
     "grSettings"   : 'settings.png',
     # nviz
     "nvizSettings"   : 'settings.png',



More information about the grass-commit mailing list