瀏覽代碼

wxGUI/menu: re-order "clasify image" items

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49834 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 年之前
父節點
當前提交
5e126a01a0
共有 1 個文件被更改,包括 16 次插入17 次删除
  1. 16 17
      gui/wxpython/xml/menudata.xml

+ 16 - 17
gui/wxpython/xml/menudata.xml

@@ -2636,20 +2636,11 @@
 	    </menuitem>
 	    <separator />
 	    <menuitem>
-	      <label>Maximum likelihood classification (MLC)</label>
-	      <help>Classifies the cell spectral reflectances in imagery data.</help>
-	      <keywords>imagery,classification,MLC</keywords>
-	      <handler>OnMenuCmd</handler>
-	      <command>i.maxlik</command>
-	    </menuitem>
-	    <menuitem>
-	      <label>Sequential maximum a posteriori classification (SMAP)</label>
-	      <help>Performs contextual image classification using sequential maximum a posteriori (SMAP) estimation.</help>
-	      <keywords>imagery,classification,supervised,SMAP</keywords>
-	      <handler>OnMenuCmd</handler>
-	      <command>i.smap</command>
+	      <label>Interactive input for supervised classification</label>
+	      <help>Generates spectral signatures by allowing the user to outline training areas.</help>
+	      <keywords>imagery,classification,supervised</keywords>
+	      <handler>OnIClass</handler>
 	    </menuitem>
-	    <separator />
 	    <menuitem>
 	      <label>Input for supervised MLC</label>
 	      <help>Generates statistics for i.maxlik from raster map.</help>
@@ -2666,10 +2657,18 @@
 	    </menuitem>
 	    <separator />
 	    <menuitem>
-	      <label>Interactive input for supervised classification</label>
-	      <help>Generates spectral signatures by allowing the user to outline training areas.</help>
-	      <keywords>imagery,classification,supervised</keywords>
-	      <handler>OnIClass</handler>
+	      <label>Maximum likelihood classification (MLC)</label>
+	      <help>Classifies the cell spectral reflectances in imagery data.</help>
+	      <keywords>imagery,classification,MLC</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>i.maxlik</command>
+	    </menuitem>
+	    <menuitem>
+	      <label>Sequential maximum a posteriori classification (SMAP)</label>
+	      <help>Performs contextual image classification using sequential maximum a posteriori (SMAP) estimation.</help>
+	      <keywords>imagery,classification,supervised,SMAP</keywords>
+	      <handler>OnMenuCmd</handler>
+	      <command>i.smap</command>
 	    </menuitem>
 	  </items>
 	</menu>