[GRASS-SVN] r63344 - grass/trunk/gui/wxpython/animation

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 2 19:33:26 PST 2014


Author: annakrat
Date: 2014-12-02 19:33:26 -0800 (Tue, 02 Dec 2014)
New Revision: 63344

Modified:
   grass/trunk/gui/wxpython/animation/g.gui.animation.py
Log:
wxGUI/animation: fix interface after recent changes

Modified: grass/trunk/gui/wxpython/animation/g.gui.animation.py
===================================================================
--- grass/trunk/gui/wxpython/animation/g.gui.animation.py	2014-12-03 02:51:56 UTC (rev 63343)
+++ grass/trunk/gui/wxpython/animation/g.gui.animation.py	2014-12-03 03:33:26 UTC (rev 63344)
@@ -26,13 +26,13 @@
 #% keywords: display
 #%end
 #%option G_OPT_R_INPUTS
-#% key: rast
+#% key: raster
 #% description: Raster maps to animate
 #% required: no
 #% guisection: Input
 #%end
 #%option G_OPT_V_INPUTS
-#% key: vect
+#% key: vector
 #% label: Vector maps to animate
 #% required: no
 #% guisection: Input



More information about the grass-commit mailing list