[GRASS-SVN] r43214 - grass/trunk/gui/wxpython/xml

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


Author: hamish
Date: 2010-08-24 06:23:24 +0000 (Tue, 24 Aug 2010)
New Revision: 43214

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
menu item to print current projection settings (based on 'g.region -p' menu item)

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2010-08-23 12:17:09 UTC (rev 43213)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2010-08-24 06:23:24 UTC (rev 43214)
@@ -767,9 +767,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>



More information about the grass-commit mailing list