[GRASS-SVN] r39182 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 13 15:20:07 EDT 2009


Author: martinl
Date: 2009-09-13 15:20:07 -0400 (Sun, 13 Sep 2009)
New Revision: 39182

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py
Log:
cosmetics in nviz window title
	  (merge r39181 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py	2009-09-13 19:18:43 UTC (rev 39181)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/nviz_tools.py	2009-09-13 19:20:07 UTC (rev 39182)
@@ -38,7 +38,7 @@
 
     @todo integrate with Map display
     """
-    def __init__(self, parent=None, id=wx.ID_ANY, title=_("Nviz tools"),
+    def __init__(self, parent=None, id=wx.ID_ANY, title=_("3d view tools"),
                  pos=wx.DefaultPosition, size=wx.DefaultSize,
                  mapWindow=None, 
                  style=wx.CAPTION|wx.MINIMIZE_BOX|wx.RESIZE_BORDER):



More information about the grass-commit mailing list