瀏覽代碼

Make g.region accessible from menus

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

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

@@ -679,7 +679,7 @@
 	      <help>Manages the boundary definitions for the geographic region.</help>
 	      <keywords>general</keywords>
               <handler>self.OnMenuCmd</handler>
-	      <command>g.region -p</command>
+	      <command>g.region</command>
 	    </menuitem>
 	  </items>
 	</menu>