[GRASS-SVN] r47198 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 21 07:27:18 EDT 2011


Author: martinl
Date: 2011-07-21 04:27:18 -0700 (Thu, 21 Jul 2011)
New Revision: 47198

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/ghelp.py
Log:
wxGUI: attempt to fix #1406
      (merge r47191 from trunk)


Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/ghelp.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/ghelp.py	2011-07-21 11:23:26 UTC (rev 47197)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/ghelp.py	2011-07-21 11:27:18 UTC (rev 47198)
@@ -830,7 +830,7 @@
             self.options[name] = wx.CheckBox(parent = self.panel, id = wx.ID_ANY,
                                              label = desc)
         
-        self.statusbar = self.CreateStatusBar(0)
+        self.statusbar = self.CreateStatusBar(number = 1)
         
         self.btnFetch = wx.Button(parent = self.panel, id = wx.ID_ANY,
                                   label = _("&Fetch"))



More information about the grass-commit mailing list