Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[georef] Show success message in messagebar
  • Loading branch information
nyalldawson committed Jun 20, 2015
1 parent da548d0 commit 5dc0db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/georeferencer/qgsgeorefplugingui.cpp
Expand Up @@ -290,6 +290,7 @@ void QgsGeorefPluginGui::doGeoreference()
{
if ( georeference() )
{
mMessageBar->pushMessage( tr( "Georeference Successful" ), tr( "Raster was successfully georeferenced." ), QgsMessageBar::INFO, messageTimeout() );
if ( mLoadInQgis )
{
if ( mModifiedRasterFileName.isEmpty() )
Expand Down

0 comments on commit 5dc0db6

Please sign in to comment.