mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
I18n of shapfileName
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5931 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
faf8073c8b
commit
f526868f52
@ -1641,7 +1641,7 @@ const std::list<std::pair<QString, QString> >& attributes)
|
||||
}
|
||||
|
||||
OGRDataSource* dataSource;
|
||||
dataSource = driver->CreateDataSource(uri, NULL);
|
||||
dataSource = driver->CreateDataSource(uri.toLocal8Bit(), NULL);
|
||||
if(dataSource == NULL)
|
||||
{
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user