[GRASS-SVN] r43196 - grass/branches/releasebranch_6_4/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 21 23:47:32 EDT 2010
Author: hamish
Date: 2010-08-22 03:47:31 +0000 (Sun, 22 Aug 2010)
New Revision: 43196
Modified:
grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
Log:
expanded title in window dressing
Modified: grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py 2010-08-22 03:45:26 UTC (rev 43195)
+++ grass/branches/releasebranch_6_4/gui/wxpython/wxgui.py 2010-08-22 03:47:31 UTC (rev 43196)
@@ -1076,14 +1076,14 @@
def OnMapCalculator(self, event):
"""!Init map calculator for interactive creation of mapcalc statements
"""
- win = mapcalculator.MapCalcFrame(parent = self, title = _('GRASS GIS Map Calculator'))
+ win = mapcalculator.MapCalcFrame(parent = self, title = _('GRASS GIS Raster Map Calculator'))
win.CentreOnScreen()
win.Show()
def OnMapCalculator3D(self, event):
"""!Init map calculator for interactive creation of mapcalc statements
"""
- win = mapcalculator.MapCalcFrame(parent = self, title = _('GRASS GIS Map Calculator (3D raster)'),
+ win = mapcalculator.MapCalcFrame(parent = self, title = _('GRASS GIS Raster Map Calculator (3D raster)'),
rast3d = True)
win.CentreOnScreen()
win.Show()
More information about the grass-commit
mailing list