[GRASS-SVN] r40196 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jan 2 10:08:49 EST 2010
Author: martinl
Date: 2010-01-02 10:08:49 -0500 (Sat, 02 Jan 2010)
New Revision: 40196
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menuform.py
Log:
wxGUI/menuform: remove out-dated code
(merge r40193 from trunk)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menuform.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menuform.py 2010-01-02 15:08:09 UTC (rev 40195)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/menuform.py 2010-01-02 15:08:49 UTC (rev 40196)
@@ -784,11 +784,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