Преглед изворни кода

wxGUI/menuform: remove out-dated code

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40193 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa пре 15 година
родитељ
комит
31aa8f69cf
1 измењених фајлова са 1 додато и 5 уклоњено
  1. 1 5
      gui/wxpython/gui_modules/menuform.py

+ 1 - 5
gui/wxpython/gui_modules/menuform.py

@@ -723,11 +723,7 @@ class mainFrame(wx.Frame):
         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()