[GRASS-SVN] r43062 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Aug 12 04:37:01 EDT 2010
Author: martinl
Date: 2010-08-12 08:37:01 +0000 (Thu, 12 Aug 2010)
New Revision: 43062
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py
Log:
wxGUI: cosmetics in toolbar captions
(merge r43061 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py 2010-08-12 08:35:35 UTC (rev 43061)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp.py 2010-08-12 08:37:01 UTC (rev 43062)
@@ -312,7 +312,7 @@
self._mgr.AddPane(self.toolbars['map'],
wx.aui.AuiPaneInfo().
- Name("maptoolbar").Caption(_("Map Toolbar")).
+ Name("maptoolbar").Caption(_("Map toolbar")).
ToolbarPane().Top().
LeftDockable(False).RightDockable(False).
BottomDockable(False).TopDockable(True).
@@ -430,7 +430,7 @@
Layer(0))
self._mgr.AddPane(self.toolbars['nviz'],
wx.aui.AuiPaneInfo().
- Name("nviztoolbar").Caption(_("Nviz toolbar")).
+ Name("nviztoolbar").Caption(_("3D view toolbar")).
ToolbarPane().Top().Row(1).
LeftDockable(False).RightDockable(False).
BottomDockable(False).TopDockable(True).
More information about the grass-commit
mailing list