[GRASS-SVN] r51138 - in grass/trunk/gui/wxpython: gui_core xml

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Mar 21 19:25:59 EDT 2012


Author: martinl
Date: 2012-03-21 16:25:59 -0700 (Wed, 21 Mar 2012)
New Revision: 51138

Modified:
   grass/trunk/gui/wxpython/gui_core/gselect.py
   grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxGUI: remove redundant ID from the menu


Modified: grass/trunk/gui/wxpython/gui_core/gselect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/gselect.py	2012-03-21 21:33:49 UTC (rev 51137)
+++ grass/trunk/gui/wxpython/gui_core/gselect.py	2012-03-21 23:25:59 UTC (rev 51138)
@@ -1523,7 +1523,6 @@
             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)

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2012-03-21 21:33:49 UTC (rev 51137)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2012-03-21 23:25:59 UTC (rev 51138)
@@ -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>



More information about the grass-commit mailing list