浏览代码

wxGUI: v.what 'line' to 'id' (merge from devbr6, https://trac.osgeo.org/grass/changeset/33157)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33158 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年之前
父节点
当前提交
9308366b02
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gui/wxpython/gui_modules/dbm.py

+ 1 - 1
gui/wxpython/gui_modules/dbm.py

@@ -3168,7 +3168,7 @@ class VectorDBInfo(gselect.VectorDBInfo):
                     except:
                         read = False
 
-                if "line:" in litem: # get line id
+                if "id:" in litem: # get line id
                     line = int(item.split(':')[1].strip())
                 elif "key column:" in litem: # start reading attributes
                     read = True