Browse Source

wxGUI/nviz: fix the name in the toolbar (backport of https://trac.osgeo.org/grass/changeset/64854, relates to backported https://trac.osgeo.org/grass/changeset/55573)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@65037 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 10 years ago
parent
commit
fc91f66c69
1 changed files with 2 additions and 2 deletions
  1. 2 2
      gui/wxpython/lmgr/toolbars.py

+ 2 - 2
gui/wxpython/lmgr/toolbars.py

@@ -260,8 +260,8 @@ class LMNvizToolbar(BaseToolbar):
         """Show 3D view mode help"""
         """Show 3D view mode help"""
         if not self.lmgr:
         if not self.lmgr:
             RunCommand('g.manual',
             RunCommand('g.manual',
-                       entry = 'wxGUI.Nviz')
+                       entry='wxGUI.nviz')
         else:
         else:
             log = self.lmgr.GetLogWindow()
             log = self.lmgr.GetLogWindow()
             log.RunCmd(['g.manual',
             log.RunCmd(['g.manual',
-                        'entry=wxGUI.Nviz'])
+                        'entry=wxGUI.nviz'])