소스 검색

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>
 	      <command>g.mapset</command>
 	    </menuitem>
 	    </menuitem>
 	    <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>
 	      <label>Change mapset</label>
 	      <help>Change current mapset.</help>
 	      <help>Change current mapset.</help>
               <handler>self.OnChangeMapset</handler>
               <handler>self.OnChangeMapset</handler>