[GRASS-SVN] r43217 - grass/branches/releasebranch_6_4/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 24 02:57:31 EDT 2010


Author: hamish
Date: 2010-08-24 06:57:31 +0000 (Tue, 24 Aug 2010)
New Revision: 43217

Modified:
   grass/branches/releasebranch_6_4/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/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2010-08-24 06:52:12 UTC (rev 43216)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2010-08-24 06:57:31 UTC (rev 43217)
@@ -648,16 +648,23 @@
 	  </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>
 	      <handler>self.OnMenuCmd</handler>
 	      <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>
 	      <handler>self.OnXTermNoXMon</handler>
 	      <command>g.setproj</command>



More information about the grass-commit mailing list