Selaa lähdekoodia

reorder map display entries

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47262 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 14 vuotta sitten
vanhempi
commit
02b5030cc8
1 muutettua tiedostoa jossa 21 lisäystä ja 21 poistoa
  1. 21 21
      gui/wxpython/xml/menudata.xml

+ 21 - 21
gui/wxpython/xml/menudata.xml

@@ -46,39 +46,39 @@
 	  <label>Map display</label>
 	  <items>
 	    <menuitem>
-	      <label>New</label>
-	      <help>Open new map display window</help>
-	      <handler>OnNewDisplay</handler>
-	    </menuitem>
-	    <menuitem>
-	      <label>Close current</label>
-	      <help>Close current map display window</help>
-	      <handler>OnDisplayClose</handler>
-	      <shortcut>Ctrl+W</shortcut>
+	      <label>Add raster</label>
+	      <help>Add raster map layer to current display</help>
+	      <handler>OnAddRaster</handler>
+	      <shortcut>Ctrl+Shift+R</shortcut>
 	    </menuitem>
 	    <menuitem>
-	      <label>Close all</label>
-	      <help>Close all open map display windows</help>
-	      <handler>OnDisplayCloseAll</handler>
+	      <label>Add vector</label>
+	      <help>Add vector map layer to current display</help>
+	      <handler>OnAddVector</handler>
+	      <shortcut>Ctrl+Shift+V</shortcut>
 	    </menuitem>
-	    <separator />
 	    <menuitem>
 	      <label>Add multiple rasters or vectors</label>
 	      <help>Add multiple raster or vector map layers to current display</help>
 	      <handler>OnAddMaps</handler>
 	      <shortcut>Ctrl+Shift+L</shortcut>
 	    </menuitem>
+	    <separator />
 	    <menuitem>
-	      <label>Add raster</label>
-	      <help>Add raster map layer to current display</help>
-	      <handler>OnAddRaster</handler>
-	      <shortcut>Ctrl+Shift+R</shortcut>
+	      <label>New map display window</label>
+	      <help>Open new map display window</help>
+	      <handler>OnNewDisplay</handler>
 	    </menuitem>
 	    <menuitem>
-	      <label>Add vector</label>
-	      <help>Add vector map layer to current display</help>
-	      <handler>OnAddVector</handler>
-	      <shortcut>Ctrl+Shift+V</shortcut>
+	      <label>Close current map display window</label>
+	      <help>Close current map display window</help>
+	      <handler>OnDisplayClose</handler>
+	      <shortcut>Ctrl+W</shortcut>
+	    </menuitem>
+	    <menuitem>
+	      <label>Close all open map display windows</label>
+	      <help>Close all open map display windows</help>
+	      <handler>OnDisplayCloseAll</handler>
 	    </menuitem>
 	  </items>
 	</menu>