浏览代码

get name of module right

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34398 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 16 年之前
父节点
当前提交
6fcec8e477
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"),