浏览代码

wxGUI/Map Swipe Tool: fix manual link

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54209 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父节点
当前提交
ae72124411
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/mapswipe/frame.py

+ 1 - 1
gui/wxpython/mapswipe/frame.py

@@ -464,7 +464,7 @@ class SwipeMapFrame(DoubleMapFrame):
         return True
         return True
 
 
     def OnHelp(self, event):
     def OnHelp(self, event):
-        self._giface.Help(entry = 'wxGUI.MapSwipe')
+        self._giface.Help(entry = 'wxGUI.mapswipe')
 
 
     def OnCloseWindow(self, event):
     def OnCloseWindow(self, event):
         self.GetFirstMap().Clean()
         self.GetFirstMap().Clean()