Explorar o código

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 %!s(int64=11) %!d(string=hai) anos
pai
achega
c6c7f3cb74
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: