Skip to content

Commit

Permalink
fix #3311
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15339 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Mar 5, 2011
1 parent 0c14bb8 commit a3d10f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/spit/qgsspit.cpp
Expand Up @@ -802,7 +802,7 @@ void QgsSpit::import()
else if ( !canceled )
{ // if problem importing file occured
pro.setValue( temp_progress + tblShapefiles->item( i, ColFEATURECOUNT )->text().toInt() );
QString errTxt = error + "\n" + errorText;
QString errTxt = "<pre>" + error + "\n\n" + errorText + "</pre>";
QMessageBox::warning( this, tr( "Import Shapefiles" ), errTxt );
query = "ROLLBACK";
res = PQexec( conn, query.toUtf8() );
Expand Down

0 comments on commit a3d10f5

Please sign in to comment.