Преглед на файлове

g.gui.vdigit: fix map frame title

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54384 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa преди 12 години
родител
ревизия
b032a232e2
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      gui/wxpython/vdigit/g.gui.vdigit.py

+ 2 - 2
gui/wxpython/vdigit/g.gui.vdigit.py

@@ -48,8 +48,8 @@ from vdigit.main   import haveVDigit, errorMsg
 
 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',