[GRASS-SVN] r54384 - grass/trunk/gui/wxpython/vdigit
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 24 06:48:52 PST 2012
Author: martinl
Date: 2012-12-24 06:48:51 -0800 (Mon, 24 Dec 2012)
New Revision: 54384
Modified:
grass/trunk/gui/wxpython/vdigit/g.gui.vdigit.py
Log:
g.gui.vdigit: fix map frame title
Modified: grass/trunk/gui/wxpython/vdigit/g.gui.vdigit.py
===================================================================
--- grass/trunk/gui/wxpython/vdigit/g.gui.vdigit.py 2012-12-24 13:18:02 UTC (rev 54383)
+++ grass/trunk/gui/wxpython/vdigit/g.gui.vdigit.py 2012-12-24 14:48:51 UTC (rev 54384)
@@ -48,8 +48,8 @@
class VDigitMapFrame(MapFrame):
def __init__(self, vectorMap):
- MapFrame.__init__(self, parent = None, giface = StandaloneGrassInterface(),
- size = (850, 600))
+ MapFrame.__init__(self, parent = None, giface = StandaloneGrassInterface(),
+ title = _("GRASS GIS Vector Digitizer"), size = (850, 600))
# load vector map
mapLayer = self.GetMap().AddLayer(type = 'vector',
More information about the grass-commit
mailing list