Skip to content

Commit b55a8a3

Browse files
committedAug 4, 2018
Update the export layout as image message bar to link to files
1 parent 4acef1e commit b55a8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/layout/qgslayoutdesignerdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,7 @@ void QgsLayoutDesignerDialog::exportToRaster()
18751875
{
18761876
case QgsLayoutExporter::Success:
18771877
mMessageBar->pushMessage( tr( "Export layout" ),
1878-
tr( "Successfully exported layout to <a href=\"%1\">%2</a>" ).arg( QUrl::fromLocalFile( fi.path() ).toString(), QDir::toNativeSeparators( fileNExt.first ) ),
1878+
tr( "Successfully exported layout to <a href=\"%1\">%2</a>" ).arg( QUrl::fromLocalFile( fileNExt.first ).toString(), QDir::toNativeSeparators( fileNExt.first ) ),
18791879
Qgis::Success, 0 );
18801880
break;
18811881

0 commit comments

Comments
 (0)
Please sign in to comment.