|
@@ -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)
|