Browse Source

restore accidently removed menu items (https://trac.osgeo.org/grass/changeset/39863)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39914 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 15 years ago
parent
commit
12e93ffbe0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      gui/wxpython/xml/menudata.xml

+ 5 - 0
gui/wxpython/xml/menudata.xml

@@ -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>