Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
run astyle
  • Loading branch information
3nids committed Aug 22, 2016
1 parent c47b4ca commit 3251ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/spatialite/qgsspatialitesourceselect.cpp
Expand Up @@ -462,7 +462,7 @@ void QgsSpatiaLiteSourceSelect::on_btnConnect_clicked()
tr( "Failure exploring tables from: %1\n\n%2" ).arg( mSqlitePath, errCause ) );
break;
case QgsSpatiaLiteConnection::FailedToCheckMetadata:
QMessageBox::critical( this, tr( "SpatiaLite metadata check failed" ),
QMessageBox::critical( this, tr( "SpatiaLite metadata check failed" ),
tr( "Failure getting table metadata ... is this really a SpatialLite database? %1\n\n%2" ).arg( mSqlitePath, errCause ) );
break;
default:
Expand Down

0 comments on commit 3251ece

Please sign in to comment.