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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Dec 6 06:03:35 EST 2009


Author: martinl
Date: 2009-12-06 06:03:35 -0500 (Sun, 06 Dec 2009)
New Revision: 39914

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
restore accidently removed menu items (r39863)


Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2009-12-06 10:25:53 UTC (rev 39913)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2009-12-06 11:03:35 UTC (rev 39914)
@@ -707,6 +707,11 @@
 	      <command>g.mapset</command>
 	    </menuitem>
 	    <menuitem>
+	      <label>Change location and mapset</label>
+	      <help>Change current location and mapset.</help>
+              <handler>self.OnChangeLocation</handler>
+	    </menuitem>
+	    <menuitem>
 	      <label>Change mapset</label>
 	      <help>Change current mapset.</help>
               <handler>self.OnChangeMapset</handler>



More information about the grass-commit mailing list