[GRASS-SVN] r35330 - in grass/trunk/gui: icons/grass2 wxpython/icons

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


Author: martinl
Date: 2009-01-11 16:19:56 -0500 (Sun, 11 Jan 2009)
New Revision: 35330

Added:
   grass/trunk/gui/icons/grass2/gcp-add.png
   grass/trunk/gui/icons/grass2/gcp-create.png
   grass/trunk/gui/icons/grass2/gcp-delete.png
   grass/trunk/gui/icons/grass2/gcp-remove.png
   grass/trunk/gui/icons/grass2/gcp-rms.png
   grass/trunk/gui/icons/grass2/gcp-save.png
   grass/trunk/gui/icons/grass2/georectify.png
   grass/trunk/gui/icons/grass2/redraw.png
   grass/trunk/gui/icons/grass2/reload.png
Modified:
   grass/trunk/gui/wxpython/icons/grass2_icons.py
Log:
grass2 georectify icons


Added: grass/trunk/gui/icons/grass2/gcp-add.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/gui/icons/grass2/gcp-add.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: grass/trunk/gui/icons/grass2/gcp-create.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/gui/icons/grass2/gcp-create.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: grass/trunk/gui/icons/grass2/gcp-delete.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/gui/icons/grass2/gcp-delete.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: grass/trunk/gui/icons/grass2/gcp-remove.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/gui/icons/grass2/gcp-remove.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: grass/trunk/gui/icons/grass2/gcp-rms.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/gui/icons/grass2/gcp-rms.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: grass/trunk/gui/icons/grass2/gcp-save.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/gui/icons/grass2/gcp-save.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: grass/trunk/gui/icons/grass2/georectify.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/gui/icons/grass2/georectify.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: grass/trunk/gui/icons/grass2/redraw.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/gui/icons/grass2/redraw.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: grass/trunk/gui/icons/grass2/reload.png
===================================================================
(Binary files differ)


Property changes on: grass/trunk/gui/icons/grass2/reload.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: grass/trunk/gui/wxpython/icons/grass2_icons.py
===================================================================
--- grass/trunk/gui/wxpython/icons/grass2_icons.py	2009-01-11 21:12:14 UTC (rev 35329)
+++ grass/trunk/gui/wxpython/icons/grass2_icons.py	2009-01-11 21:19:56 UTC (rev 35330)
@@ -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