Skip to content

Commit

Permalink
Update the export layout as image message bar to link to files
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Aug 4, 2018
1 parent 4acef1e commit b55a8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/qgslayoutdesignerdialog.cpp
Expand Up @@ -1875,7 +1875,7 @@ void QgsLayoutDesignerDialog::exportToRaster()
{
case QgsLayoutExporter::Success:
mMessageBar->pushMessage( tr( "Export layout" ),
tr( "Successfully exported layout to <a href=\"%1\">%2</a>" ).arg( QUrl::fromLocalFile( fi.path() ).toString(), QDir::toNativeSeparators( fileNExt.first ) ),
tr( "Successfully exported layout to <a href=\"%1\">%2</a>" ).arg( QUrl::fromLocalFile( fileNExt.first ).toString(), QDir::toNativeSeparators( fileNExt.first ) ),
Qgis::Success, 0 );
break;

Expand Down

0 comments on commit b55a8a3

Please sign in to comment.