Skip to content

Commit a3d10f5

Browse files
author
borysiasty
committed
fix #3311
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15339 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0c14bb8 commit a3d10f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/spit/qgsspit.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ void QgsSpit::import()
802802
else if ( !canceled )
803803
{ // if problem importing file occured
804804
pro.setValue( temp_progress + tblShapefiles->item( i, ColFEATURECOUNT )->text().toInt() );
805-
QString errTxt = error + "\n" + errorText;
805+
QString errTxt = "<pre>" + error + "\n\n" + errorText + "</pre>";
806806
QMessageBox::warning( this, tr( "Import Shapefiles" ), errTxt );
807807
query = "ROLLBACK";
808808
res = PQexec( conn, query.toUtf8() );

0 commit comments

Comments
 (0)