I18n of shapfileName

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5931 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
homann 2006-10-08 08:48:26 +00:00
parent faf8073c8b
commit f526868f52

View File

@ -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;