Skip to content

Commit f526868

Browse files
author
homann
committed
I18n of shapfileName
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5931 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent faf8073 commit f526868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/ogr/qgsogrprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ const std::list<std::pair<QString, QString> >& attributes)
16411641
}
16421642

16431643
OGRDataSource* dataSource;
1644-
dataSource = driver->CreateDataSource(uri, NULL);
1644+
dataSource = driver->CreateDataSource(uri.toLocal8Bit(), NULL);
16451645
if(dataSource == NULL)
16461646
{
16471647
return false;

0 commit comments

Comments
 (0)