Skip to content

Commit d095b73

Browse files
author
homann
committed
I18n on shapefileName
git-svn-id: http://svn.osgeo.org/qgis/trunk@5926 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 25e0720 commit d095b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/delimitedtext/qgsdelimitedtextprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ bool QgsDelimitedTextProvider::saveAsShapefile()
777777
}
778778
OGRDataSource *poDS;
779779
// create the data source
780-
poDS = poDriver->CreateDataSource((const char *) shapefileName, NULL);
780+
poDS = poDriver->CreateDataSource((const char *) shapefileName.toLocal8Bit(), NULL);
781781
if (poDS != NULL)
782782
{
783783
QTextCodec* saveCodec = QTextCodec::codecForName(enc.toLocal8Bit().data());

0 commit comments

Comments
 (0)