Skip to content
Permalink
Browse files
Replace saving done dialog with message bar
  • Loading branch information
NathanW2 committed Feb 23, 2013
1 parent cd3cd94 commit 0dce185
Showing 1 changed file with 3 additions and 1 deletion.
@@ -4431,7 +4431,9 @@ void QgisApp::saveAsVectorFileGeneral( bool saveOnlySelection )
{
addVectorLayers( QStringList( newFilename ), encoding, "file" );
}
QMessageBox::information( 0, tr( "Saving done" ), tr( "Export to vector file has been completed" ) );
messageBar()->pushMessage( tr( "Saving done" ),
tr( "Export to vector file has been completed" ),
QgsMessageBar::INFO, 3 );
}
else
{

0 comments on commit 0dce185

Please sign in to comment.