[GRASS-SVN] r43216 - grass/branches/develbranch_6/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 24 02:52:12 EDT 2010
Author: hamish
Date: 2010-08-24 06:52:12 +0000 (Tue, 24 Aug 2010)
New Revision: 43216
Modified:
grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
menu item to print current projection settings (based on 'g.region -p' menu item; merge from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2010-08-24 06:48:44 UTC (rev 43215)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml 2010-08-24 06:52:12 UTC (rev 43216)
@@ -776,9 +776,16 @@
</items>
</menu>
<menu>
- <label>Manage projections</label>
+ <label>Map projections</label>
<items>
<menuitem>
+ <label>Display map projection</label>
+ <help>Print projection information (in conventional GRASS format).</help>
+ <keywords>general,projection</keywords>
+ <handler>RunMenuCmd</handler>
+ <command>g.proj -p</command>
+ </menuitem>
+ <menuitem>
<label>Manage projections</label>
<help>Converts co-ordinate system descriptions (i.e. projection information) between various formats (including GRASS format).</help>
<keywords>general,projection</keywords>
@@ -786,7 +793,7 @@
<command>g.proj</command>
</menuitem>
<menuitem>
- <label>Projection for current location</label>
+ <label>Change projection for current location</label>
<help>Interactively reset the location's projection settings.</help>
<keywords>general,projection</keywords>
<handler>OnXTermNoXMon</handler>
More information about the grass-commit
mailing list