[GRASS-SVN] r54208 - grass/trunk/gui/wxpython/gmodeler

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 5 06:56:20 PST 2012


Author: martinl
Date: 2012-12-05 06:56:19 -0800 (Wed, 05 Dec 2012)
New Revision: 54208

Modified:
   grass/trunk/gui/wxpython/gmodeler/frame.py
Log:
wxGUI/Graphical Modeler: fix manual link


Modified: grass/trunk/gui/wxpython/gmodeler/frame.py
===================================================================
--- grass/trunk/gui/wxpython/gmodeler/frame.py	2012-12-05 14:55:08 UTC (rev 54207)
+++ grass/trunk/gui/wxpython/gmodeler/frame.py	2012-12-05 14:56:19 UTC (rev 54208)
@@ -292,7 +292,7 @@
         
     def OnHelp(self, event):
         """!Show help"""
-        self._giface.Help(entry = 'wxGUI.Modeler')
+        self._giface.Help(entry = 'wxGUI.gmodeler')
 
     def OnModelProperties(self, event):
         """!Model properties dialog"""



More information about the grass-commit mailing list