소스 검색

wxGUI: remove redundant ID from the menu

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51138 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 년 전
부모
커밋
c8936361b7
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      gui/wxpython/gui_core/gselect.py
  2. 0 1
      gui/wxpython/xml/menudata.xml

+ 0 - 1
gui/wxpython/gui_core/gselect.py

@@ -1523,7 +1523,6 @@ class GdalSelect(wx.Panel):
             if sel == self.sourceMap['db-pg']:
                 if self.format.IsEnabled():
                     self.format.Enable(False)
-                    self.creationOpt.Enable(False)
             else:
                 if not self.format.IsEnabled():
                     self.format.Enable(True)

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

@@ -3371,7 +3371,6 @@
 	  <keywords>general,manual,help</keywords>
 	  <handler>RunMenuCmd</handler>
 	  <command>g.manual entry=wxGUI</command>
-	  <id>ID_HELP</id>
 	</menuitem>
 	<separator />
 	<menuitem>