Просмотр исходного кода

wxGUI: add missing keywords

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54567 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 лет назад
Родитель
Сommit
858e52d3ac

+ 4 - 1
gui/wxpython/animation/g.gui.animation.py

@@ -20,7 +20,10 @@
 ############################################################################
 
 #%module
-#% description: Tool for animating a series of GRASS raster maps or a space time raster dataset
+#% description: Tool for animating a series of raster maps or a space time raster dataset.
+#% keywords: general
+#% keywords: gui
+#% keywords: display
 #%end
 #%option G_OPT_R_INPUTS
 #% key: rast

+ 3 - 0
gui/wxpython/mapswipe/g.gui.mapswipe.py

@@ -21,6 +21,9 @@
 
 #%module
 #% description: Allows to interactively compare two maps by swiping.
+#% keywords: general
+#% keywords: gui
+#% keywords: display
 #%end
 #%option G_OPT_R_INPUT
 #% key: first

+ 3 - 2
gui/wxpython/xml/menudata.xml

@@ -744,7 +744,7 @@
         <menuitem>
           <label>Animation tool</label>
           <help>Launch animation tool.</help>
-          <keywords />
+          <keywords>general,gui,display</keywords>
           <handler>OnAnimationTool</handler>
           <command>g.gui.animation</command>
         </menuitem>
@@ -767,8 +767,9 @@
         <menuitem>
           <label>Map Swipe</label>
           <help>Launch Map Swipe</help>
-          <keywords>visualization,raster</keywords>
+          <keywords>general,gui,display</keywords>
           <handler>OnMapSwipe</handler>
+	  <command>g.gui.mapswipe</command>
         </menuitem>
         <separator />
         <menuitem>