[GRASS-SVN] r54209 - grass/trunk/gui/wxpython/mapswipe

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 5 06:57:17 PST 2012


Author: martinl
Date: 2012-12-05 06:57:16 -0800 (Wed, 05 Dec 2012)
New Revision: 54209

Modified:
   grass/trunk/gui/wxpython/mapswipe/frame.py
Log:
wxGUI/Map Swipe Tool: fix manual link


Modified: grass/trunk/gui/wxpython/mapswipe/frame.py
===================================================================
--- grass/trunk/gui/wxpython/mapswipe/frame.py	2012-12-05 14:56:19 UTC (rev 54208)
+++ grass/trunk/gui/wxpython/mapswipe/frame.py	2012-12-05 14:57:16 UTC (rev 54209)
@@ -464,7 +464,7 @@
         return True
 
     def OnHelp(self, event):
-        self._giface.Help(entry = 'wxGUI.MapSwipe')
+        self._giface.Help(entry = 'wxGUI.mapswipe')
 
     def OnCloseWindow(self, event):
         self.GetFirstMap().Clean()



More information about the grass-commit mailing list