[GRASS-SVN] r43714 -
grass/branches/releasebranch_6_4/gui/wxpython/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 27 15:28:50 EDT 2010
Author: mmetz
Date: 2010-09-27 19:28:50 +0000 (Mon, 27 Sep 2010)
New Revision: 43714
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/icons/grass2_icons.py
grass/branches/releasebranch_6_4/gui/wxpython/icons/grass_icons.py
grass/branches/releasebranch_6_4/gui/wxpython/icons/icon.py
grass/branches/releasebranch_6_4/gui/wxpython/icons/silk_icons.py
Log:
add new zoom_extent icons to icon scripts
Modified: grass/branches/releasebranch_6_4/gui/wxpython/icons/grass2_icons.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/icons/grass2_icons.py 2010-09-27 19:26:38 UTC (rev 43713)
+++ grass/branches/releasebranch_6_4/gui/wxpython/icons/grass2_icons.py 2010-09-27 19:28:50 UTC (rev 43714)
@@ -25,6 +25,7 @@
"zoom_out" : 'zoom-out.png',
"zoom_back" : 'zoom-last.png',
"zoommenu" : 'zoom-more.png',
+ "zoom_extent" : 'zoom-extent.png',
# analyze raster (mapdisplay)
"analyze" : 'layer-raster-analyze.png',
"measure" : 'measure-length.png',
Modified: grass/branches/releasebranch_6_4/gui/wxpython/icons/grass_icons.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/icons/grass_icons.py 2010-09-27 19:26:38 UTC (rev 43713)
+++ grass/branches/releasebranch_6_4/gui/wxpython/icons/grass_icons.py 2010-09-27 19:28:50 UTC (rev 43714)
@@ -23,6 +23,7 @@
"query" : 'gui-query.gif',
"zoom_back" : 'gui-zoom_back.gif',
"zoommenu" : 'gui-mapzoom.gif',
+ "zoom_extent" : wx.ART_ERROR, # FIXME
"savefile" : 'file-save.gif',
"printmap" : 'file-print.gif',
"overlay" : 'gui-overlay.gif',
Modified: grass/branches/releasebranch_6_4/gui/wxpython/icons/icon.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/icons/icon.py 2010-09-27 19:26:38 UTC (rev 43713)
+++ grass/branches/releasebranch_6_4/gui/wxpython/icons/icon.py 2010-09-27 19:28:50 UTC (rev 43714)
@@ -164,6 +164,8 @@
"zoommenu" : MetaIcon (img=Icons["zoommenu"],
label=_("Zoom options"),
desc=_("Display zoom management")),
+ "zoom_extent" : MetaIcon (img=Icons["zoom_extent"],
+ label=_("Zoom to selected map layer(s)")),
"overlay" : MetaIcon (img=Icons["overlay"],
label=_("Add map elements"),
desc=_("Overlay elements like scale and legend onto map")),
Modified: grass/branches/releasebranch_6_4/gui/wxpython/icons/silk_icons.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/icons/silk_icons.py 2010-09-27 19:26:38 UTC (rev 43713)
+++ grass/branches/releasebranch_6_4/gui/wxpython/icons/silk_icons.py 2010-09-27 19:28:50 UTC (rev 43714)
@@ -27,6 +27,7 @@
"zoom_out" : 'zoom_out.png',
"zoom_back" : 'zoom_back.png',
"zoommenu" : 'zoom.png',
+ "zoom_extent" : 'zoom_extent.png',
# analyze raster (mapdisplay)
"analyze" : 'application_lightning.png',
"measure" : 'sum.png',
More information about the grass-commit
mailing list