[GRASS-SVN] r64854 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Mar 14 07:46:29 PDT 2015
Author: wenzeslaus
Date: 2015-03-14 07:46:29 -0700 (Sat, 14 Mar 2015)
New Revision: 64854
Modified:
grass/trunk/gui/wxpython/lmgr/toolbars.py
Log:
wxGUI/nviz: manual page was renamed in r55573, so fixing the name in the toolbar (now manual page opens)
Modified: grass/trunk/gui/wxpython/lmgr/toolbars.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/toolbars.py 2015-03-14 01:54:48 UTC (rev 64853)
+++ grass/trunk/gui/wxpython/lmgr/toolbars.py 2015-03-14 14:46:29 UTC (rev 64854)
@@ -260,8 +260,8 @@
"""Show 3D view mode help"""
if not self.lmgr:
RunCommand('g.manual',
- entry = 'wxGUI.Nviz')
+ entry='wxGUI.nviz')
else:
log = self.lmgr.GetLogWindow()
log.RunCmd(['g.manual',
- 'entry=wxGUI.Nviz'])
+ 'entry=wxGUI.nviz'])
More information about the grass-commit
mailing list