瀏覽代碼

wxGUI: fix typo introduced in https://trac.osgeo.org/grass/changeset/49915

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49916 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 年之前
父節點
當前提交
ba091845f5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/xml/menudata.xml

+ 1 - 1
gui/wxpython/xml/menudata.xml

@@ -895,7 +895,7 @@
 	      <help>Rebuilds all locally installed GRASS Addons extensions.</help>
 	      <keywords>general,installation,extensions</keywords>
 	      <handler>OnMenuCmd</handler>
-	      <command>g.extension.rebuild.all.py</command>
+	      <command>g.extension.rebuild.all</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Remove extension</label>