소스 검색

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"),