[GRASS-SVN] r40194 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 2 10:06:17 EST 2010
Author: martinl
Date: 2010-01-02 10:06:16 -0500 (Sat, 02 Jan 2010)
New Revision: 40194
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI/menuform: remove out-dated code
(merge r40193 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2010-01-02 14:58:22 UTC (rev 40193)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/menuform.py 2010-01-02 15:06:16 UTC (rev 40194)
@@ -677,11 +677,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