[GRASS-SVN] r54207 - grass/trunk/gui/wxpython/animation

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 5 06:55:09 PST 2012


Author: martinl
Date: 2012-12-05 06:55:08 -0800 (Wed, 05 Dec 2012)
New Revision: 54207

Modified:
   grass/trunk/gui/wxpython/animation/frame.py
Log:
wxGUI/Animation Tool: fix manual link


Modified: grass/trunk/gui/wxpython/animation/frame.py
===================================================================
--- grass/trunk/gui/wxpython/animation/frame.py	2012-12-05 14:52:17 UTC (rev 54206)
+++ grass/trunk/gui/wxpython/animation/frame.py	2012-12-05 14:55:08 UTC (rev 54207)
@@ -235,7 +235,7 @@
     def OnHelp(self, event):
         RunCommand('g.manual',
                    quiet = True,
-                   entry = 'wxGUI.Animation')
+                   entry = 'wxGUI.animation')
 
     def OnCloseWindow(self, event):
         self.Destroy()
@@ -521,4 +521,4 @@
 
 if __name__ == '__main__':
 
-    test()
\ No newline at end of file
+    test()



More information about the grass-commit mailing list