Browse Source

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 năm trước cách đây
mục cha
commit
f2b23e1449
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>