Skip to content

Commit 787c846

Browse files
DelazJm-kuhn
authored andcommittedFeb 13, 2017
Set a name to the raster resampling dialog
1 parent 77bf999 commit 787c846

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsalignrasterdialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ void QgsAlignRasterDialog::runAlign()
380380

381381
QgsAlignRasterLayerConfigDialog::QgsAlignRasterLayerConfigDialog()
382382
{
383+
setWindowTitle( tr( "Configure Layer Resampling" ) );
383384
QVBoxLayout* layout = new QVBoxLayout();
384385

385386
cboLayers = new QgsMapLayerComboBox( this );

0 commit comments

Comments
 (0)
Please sign in to comment.