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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 6 17:27:40 EST 2009


Author: cmbarton
Date: 2009-12-06 17:27:39 -0500 (Sun, 06 Dec 2009)
New Revision: 39930

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
Log:
Added g.region back into menu

Modified: grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2009-12-06 21:35:36 UTC (rev 39929)
+++ grass/branches/releasebranch_6_4/gui/wxpython/xml/menudata.xml	2009-12-06 22:27:39 UTC (rev 39930)
@@ -597,7 +597,7 @@
 	      <label>Set region</label>
 	      <help>Manages the boundary definitions for the geographic region.</help>
 	      <handler>self.OnMenuCmd</handler>
-	      <command>g.region -p</command>
+	      <command>g.region</command>
 	    </menuitem>
 	  </items>
 	</menu>



More information about the grass-commit mailing list