Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
nyalldawson committed May 7, 2015
1 parent 1964a7c commit 3747aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/heatmap/heatmap.cpp
Expand Up @@ -226,7 +226,7 @@ void Heatmap::run()
int counter = 0;

QProgressDialog p( tr( "Rendering heatmap..." ), tr( "Abort" ), 0, totalFeatures, mQGisIface->mainWindow() );
progressDialog.setWindowTitle( tr( "QGIS" ) );
p.setWindowTitle( tr( "QGIS" ) );
p.setWindowModality( Qt::ApplicationModal );
p.show();

Expand Down

0 comments on commit 3747aae

Please sign in to comment.