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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 27 09:23:55 EDT 2011


Author: neteler
Date: 2011-07-27 06:23:55 -0700 (Wed, 27 Jul 2011)
New Revision: 47262

Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
reorder map display entries

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2011-07-27 13:23:46 UTC (rev 47261)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2011-07-27 13:23:55 UTC (rev 47262)
@@ -46,40 +46,40 @@
 	  <label>Map display</label>
 	  <items>
 	    <menuitem>
-	      <label>New</label>
-	      <help>Open new map display window</help>
-	      <handler>OnNewDisplay</handler>
+	      <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 current</label>
-	      <help>Close current map display window</help>
-	      <handler>OnDisplayClose</handler>
-	      <shortcut>Ctrl+W</shortcut>
+	      <label>Add vector</label>
+	      <help>Add vector map layer to current display</help>
+	      <handler>OnAddVector</handler>
+	      <shortcut>Ctrl+Shift+V</shortcut>
 	    </menuitem>
 	    <menuitem>
-	      <label>Close all</label>
-	      <help>Close all open map display windows</help>
-	      <handler>OnDisplayCloseAll</handler>
-	    </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>
 	<separator />



More information about the grass-commit mailing list