[GRASS-SVN] r34398 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 19 21:35:37 EST 2008
Author: hamish
Date: 2008-11-19 21:35:36 -0500 (Wed, 19 Nov 2008)
New Revision: 34398
Modified:
grass/trunk/gui/wxpython/gui_modules/menudata.py
Log:
get name of module right
Modified: grass/trunk/gui/wxpython/gui_modules/menudata.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menudata.py 2008-11-19 23:05:26 UTC (rev 34397)
+++ grass/trunk/gui/wxpython/gui_modules/menudata.py 2008-11-20 02:35:36 UTC (rev 34398)
@@ -320,7 +320,7 @@
(_("Multiple GPS export formats using GPSBabel"),
_("Exports a vector map to a GPS receiver or file format supported by GPSBabel."),
"self.OnMenuCmd",
- "v.out.gpsbabel"),
+ "v.out.gps"),
(_("POV-Ray export"),
_("Converts to POV-Ray format, GRASS x,y,z -> POV-Ray x,z,y"),
More information about the grass-commit
mailing list