[GRASS-SVN] r48263 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Sep 13 05:25:33 EDT 2011
Author: martinl
Date: 2011-09-13 02:25:33 -0700 (Tue, 13 Sep 2011)
New Revision: 48263
Modified:
grass/trunk/gui/wxpython/gui_modules/gselect.py
Log:
wxGUI: `v.in.ogr -t` -> `v.in.ogr -a`
Modified: grass/trunk/gui/wxpython/gui_modules/gselect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gselect.py 2011-09-13 09:21:10 UTC (rev 48262)
+++ grass/trunk/gui/wxpython/gui_modules/gselect.py 2011-09-13 09:25:33 UTC (rev 48263)
@@ -1477,7 +1477,7 @@
ret = gcmd.RunCommand('v.in.ogr',
quiet = True,
read = True,
- flags = 't',
+ flags = 'a',
dsn = dsn)
if not ret:
More information about the grass-commit
mailing list