[GRASS-SVN] r39931 - grass/branches/develbranch_6/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 6 17:43:24 EST 2009


Author: cmbarton
Date: 2009-12-06 17:43:23 -0500 (Sun, 06 Dec 2009)
New Revision: 39931

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

Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2009-12-06 22:27:39 UTC (rev 39930)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2009-12-06 22:43:23 UTC (rev 39931)
@@ -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