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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 6 17:45:23 EST 2009


Author: cmbarton
Date: 2009-12-06 17:45:22 -0500 (Sun, 06 Dec 2009)
New Revision: 39932

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
Make g.region accessible from menus

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2009-12-06 22:43:23 UTC (rev 39931)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2009-12-06 22:45:22 UTC (rev 39932)
@@ -679,7 +679,7 @@
 	      <help>Manages the boundary definitions for the geographic region.</help>
 	      <keywords>general</keywords>
               <handler>self.OnMenuCmd</handler>
-	      <command>g.region -p</command>
+	      <command>g.region</command>
 	    </menuitem>
 	  </items>
 	</menu>



More information about the grass-commit mailing list