Explorar o código

wxGUI/vnet: fix https://trac.osgeo.org/grass/ticket/2145

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58490 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová %!s(int64=11) %!d(string=hai) anos
pai
achega
42e84992c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/vnet/vnet_data.py

+ 1 - 1
gui/wxpython/vnet/vnet_data.py

@@ -235,7 +235,7 @@ class VNETPointsData:
         self.data = []
         self.cols = { "name" : ['use', 'type', 'topology', 'e', 'n'],
                       "label" : [_('use'), _('type'), _('topology'), 'e', 'n'],
-                      "type" :  [None, [_(""), _("Start point"), _("End Point")], None, float, float],#TDO
+                      "type" :  [None, ["", _("Start point"), _("End Point")], None, float, float],#TDO
                       "def_vals" : [False, 0, "new point", 0, 0]  
                     }