Browse Source

winGRASS: fix dialogs to show manual pages also for python scripts

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59347 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
c6c7f3cb74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/gui_core/forms.py

+ 1 - 1
gui/wxpython/gui_core/forms.py

@@ -1784,7 +1784,7 @@ class CmdPanel(wx.Panel):
             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: