Skip to content

Commit

Permalink
Fix Help button for "Raster Layer Save as..." dlg
Browse files Browse the repository at this point in the history
Replace
"managing_data_source/create_layers.html#save-layer-from-an-existing-file"
with
"managing_data_source/create_layers.html#creating-new-layers-from-an-existing-layer"
  • Loading branch information
agiudiceandrea authored and nyalldawson committed Mar 21, 2021
1 parent 8ada627 commit cc77068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsrasterlayersaveasdialog.cpp
Expand Up @@ -965,5 +965,5 @@ void QgsRasterLayerSaveAsDialog::accept()

void QgsRasterLayerSaveAsDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "managing_data_source/create_layers.html#save-layer-from-an-existing-file" ) );
QgsHelp::openHelp( QStringLiteral( "managing_data_source/create_layers.html#creating-new-layers-from-an-existing-layer" ) );
}

0 comments on commit cc77068

Please sign in to comment.