[GRASS-SVN] r54397 - grass/trunk/gui/wxpython/iclass

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 25 03:40:09 PST 2012


Author: martinl
Date: 2012-12-25 03:40:08 -0800 (Tue, 25 Dec 2012)
New Revision: 54397

Modified:
   grass/trunk/gui/wxpython/iclass/frame.py
Log:
wxGUI/iclass: fix OnHelp()


Modified: grass/trunk/gui/wxpython/iclass/frame.py
===================================================================
--- grass/trunk/gui/wxpython/iclass/frame.py	2012-12-25 11:00:01 UTC (rev 54396)
+++ grass/trunk/gui/wxpython/iclass/frame.py	2012-12-25 11:40:08 UTC (rev 54397)
@@ -192,7 +192,7 @@
             
     def OnHelp(self, event):
         """!Show help page"""
-        self._giface.Help(entry = 'wxGUI.IClass')
+        self._giface.Help(entry = 'wxGUI.iclass')
         
     def CreateTempVector(self):
         """!Create temporary vector map for training areas"""



More information about the grass-commit mailing list