Просмотр исходного кода

wxGUI/RLi Setup: fix manual link

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54210 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 лет назад
Родитель
Сommit
89b976ec0d
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      gui/wxpython/rlisetup/frame.py

+ 3 - 3
gui/wxpython/rlisetup/frame.py

@@ -107,8 +107,8 @@ class RLiSetupFrame(wx.Frame):
         self.Destroy()
 
     def OnHelp(self, event):
-        """!Launches r.mapcalc help"""
-        gcmd.RunCommand('g.manual', parent=self, entry=self.cmd)
+        """!Launches help"""
+        gcmd.RunCommand('g.manual', parent = self, entry = 'wxGUI.rlisetup')
 
     def OnRemove(self, event):
         """!Remove configuration file from path and update the list"""
@@ -143,4 +143,4 @@ class RLiSetupFrame(wx.Frame):
             os.rename(os.path.join(self.rlipath, confile), newname)
             self.listfiles = self.ListFiles()
             self.listfileBox.Clear()
-            self.listfileBox.Set(self.listfiles)
+            self.listfileBox.Set(self.listfiles)