[GRASS-SVN] r39181 - grass/trunk/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 13 15:18:44 EDT 2009


Author: martinl
Date: 2009-09-13 15:18:43 -0400 (Sun, 13 Sep 2009)
New Revision: 39181

Modified:
   grass/trunk/gui/wxpython/gui_modules/nviz_tools.py
Log:
cosmetics in nviz window title


Modified: grass/trunk/gui/wxpython/gui_modules/nviz_tools.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/nviz_tools.py	2009-09-13 17:59:21 UTC (rev 39180)
+++ grass/trunk/gui/wxpython/gui_modules/nviz_tools.py	2009-09-13 19:18:43 UTC (rev 39181)
@@ -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