Browse Source

wx.vnet: avoid creation of Panes with same name

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55378 15284696-431f-4ddb-bdfa-cd5b030d7da7
Štěpán Turek 12 years ago
parent
commit
e3af077f6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/vnet/dialogs.py

+ 1 - 1
gui/wxpython/vnet/dialogs.py

@@ -217,7 +217,7 @@ class VNETDialog(wx.Dialog):
  
  
         self._mgr.AddPane(self.toolbars['analysisToolbar'],
         self._mgr.AddPane(self.toolbars['analysisToolbar'],
                               wx.aui.AuiPaneInfo().
                               wx.aui.AuiPaneInfo().
-                              Name("pointlisttools").Caption(_("Point list toolbar")).
+                              Name("analysisTools").Caption(_("Analysis toolbar")).
                               ToolbarPane().Top().Row(1).
                               ToolbarPane().Top().Row(1).
                               Dockable(False).
                               Dockable(False).
                               CloseButton(False).Layer(0))
                               CloseButton(False).Layer(0))