[GRASS-SVN] r58490 - grass/trunk/gui/wxpython/vnet

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 18 19:53:18 PST 2013


Author: annakrat
Date: 2013-12-18 19:53:18 -0800 (Wed, 18 Dec 2013)
New Revision: 58490

Modified:
   grass/trunk/gui/wxpython/vnet/vnet_data.py
Log:
wxGUI/vnet: fix #2145

Modified: grass/trunk/gui/wxpython/vnet/vnet_data.py
===================================================================
--- grass/trunk/gui/wxpython/vnet/vnet_data.py	2013-12-19 02:59:12 UTC (rev 58489)
+++ grass/trunk/gui/wxpython/vnet/vnet_data.py	2013-12-19 03:53:18 UTC (rev 58490)
@@ -235,7 +235,7 @@
         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]  
                     }
 



More information about the grass-commit mailing list