浏览代码

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 年之前
父节点
当前提交
12e93ffbe0
共有 1 个文件被更改,包括 5 次插入0 次删除
  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>