Navigation Menu

Skip to content

Commit

Permalink
I18n of shapfileName
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5931 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
homann committed Oct 8, 2006
1 parent 6fc8c88 commit af83fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ogr/qgsogrprovider.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit af83fb1

Please sign in to comment.