Skip to content

Commit

Permalink
Set a name to the raster resampling dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and m-kuhn committed Feb 13, 2017
1 parent 77bf999 commit 787c846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsalignrasterdialog.cpp
Expand Up @@ -380,6 +380,7 @@ void QgsAlignRasterDialog::runAlign()

QgsAlignRasterLayerConfigDialog::QgsAlignRasterLayerConfigDialog()
{
setWindowTitle( tr( "Configure Layer Resampling" ) );
QVBoxLayout* layout = new QVBoxLayout();

cboLayers = new QgsMapLayerComboBox( this );
Expand Down

0 comments on commit 787c846

Please sign in to comment.