[GRASS-SVN] r65037 - grass/branches/releasebranch_7_0/gui/wxpython/lmgr

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 9 08:15:29 PDT 2015


Author: wenzeslaus
Date: 2015-04-09 08:15:29 -0700 (Thu, 09 Apr 2015)
New Revision: 65037

Modified:
   grass/branches/releasebranch_7_0/gui/wxpython/lmgr/toolbars.py
Log:
wxGUI/nviz:  fix the name in the toolbar (backport of r64854, relates to backported r55573)

Modified: grass/branches/releasebranch_7_0/gui/wxpython/lmgr/toolbars.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/lmgr/toolbars.py	2015-04-09 15:09:20 UTC (rev 65036)
+++ grass/branches/releasebranch_7_0/gui/wxpython/lmgr/toolbars.py	2015-04-09 15:15:29 UTC (rev 65037)
@@ -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