Explorar o código

get name of module right

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34398 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman %!s(int64=16) %!d(string=hai) anos
pai
achega
6fcec8e477
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/gui_modules/menudata.py

+ 1 - 1
gui/wxpython/gui_modules/menudata.py

@@ -320,7 +320,7 @@ class Data:
 				(_("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"),