[GRASS-SVN] r39183 -
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Sep 13 15:30:39 EDT 2009
Author: martinl
Date: 2009-09-13 15:30:39 -0400 (Sun, 13 Sep 2009)
New Revision: 39183
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_tools.py
Log:
cosmetics in nviz window title
(merge r39181 from trunk)
Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_tools.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_tools.py 2009-09-13 19:20:07 UTC (rev 39182)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/nviz_tools.py 2009-09-13 19:30:39 UTC (rev 39183)
@@ -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