[GRASS-SVN] r54210 - grass/trunk/gui/wxpython/rlisetup

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 5 06:58:55 PST 2012


Author: martinl
Date: 2012-12-05 06:58:54 -0800 (Wed, 05 Dec 2012)
New Revision: 54210

Modified:
   grass/trunk/gui/wxpython/rlisetup/frame.py
Log:
wxGUI/RLi Setup: fix manual link


Modified: grass/trunk/gui/wxpython/rlisetup/frame.py
===================================================================
--- grass/trunk/gui/wxpython/rlisetup/frame.py	2012-12-05 14:57:16 UTC (rev 54209)
+++ grass/trunk/gui/wxpython/rlisetup/frame.py	2012-12-05 14:58:54 UTC (rev 54210)
@@ -107,8 +107,8 @@
         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 @@
             os.rename(os.path.join(self.rlipath, confile), newname)
             self.listfiles = self.ListFiles()
             self.listfileBox.Clear()
-            self.listfileBox.Set(self.listfiles)
\ No newline at end of file
+            self.listfileBox.Set(self.listfiles)



More information about the grass-commit mailing list