[GRASS-SVN] r59347 - grass/trunk/gui/wxpython/gui_core
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 26 02:58:25 PDT 2014
Author: martinl
Date: 2014-03-26 02:58:25 -0700 (Wed, 26 Mar 2014)
New Revision: 59347
Modified:
grass/trunk/gui/wxpython/gui_core/forms.py
Log:
winGRASS: fix dialogs to show manual pages also for python scripts
Modified: grass/trunk/gui/wxpython/gui_core/forms.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/forms.py 2014-03-26 04:54:12 UTC (rev 59346)
+++ grass/trunk/gui/wxpython/gui_core/forms.py 2014-03-26 09:58:25 UTC (rev 59347)
@@ -1784,7 +1784,7 @@
self.goutput = None
self._gconsole = None
- self.manualTab = HelpPanel(parent = self.notebook, command = self.task.name)
+ self.manualTab = HelpPanel(parent = self.notebook, command = self.task.get_name())
if not self.manualTab.GetFile():
self.manualTab.Hide()
else:
More information about the grass-commit
mailing list