瀏覽代碼

wxGUI/iclass: fix OnHelp()

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54397 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 年之前
父節點
當前提交
4e1bb9cedb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/iclass/frame.py

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

@@ -192,7 +192,7 @@ class IClassMapFrame(DoubleMapFrame):
             
             
     def OnHelp(self, event):
     def OnHelp(self, event):
         """!Show help page"""
         """!Show help page"""
-        self._giface.Help(entry = 'wxGUI.IClass')
+        self._giface.Help(entry = 'wxGUI.iclass')
         
         
     def CreateTempVector(self):
     def CreateTempVector(self):
         """!Create temporary vector map for training areas"""
         """!Create temporary vector map for training areas"""