[GRASS-SVN] r40193 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 2 09:58:22 EST 2010


Author: martinl
Date: 2010-01-02 09:58:22 -0500 (Sat, 02 Jan 2010)
New Revision: 40193

Modified:
   grass/trunk/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI/menuform: remove out-dated code


Modified: grass/trunk/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/menuform.py	2010-01-02 14:33:50 UTC (rev 40192)
+++ grass/trunk/gui/wxpython/gui_modules/menuform.py	2010-01-02 14:58:22 UTC (rev 40193)
@@ -723,11 +723,7 @@
         guisizer.Add (item=self.notebookpanel, proportion=1, flag=wx.EXPAND)
 
         # status bar
-        status_text = _("Enter parameters for ") + self.task.name
-        if self.notebookpanel.hasMain:
-            # We have to wait for the notebookpanel to be filled in order
-            # to know if there actually is a Main tab
-            status_text += _(" (those in bold typeface are required)")
+        status_text = _("Enter parameters for '") + self.task.name + "'"
         try:
             self.task.getCmd()
             self.updateValuesHook()



More information about the grass-commit mailing list