فهرست منبع

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