Skip to content

Commit

Permalink
Fix Help button for "Vector 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 a1c9847 commit 096a36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/ogr/qgsvectorlayersaveasdialog.cpp
Expand Up @@ -1095,5 +1095,5 @@ void QgsVectorLayerSaveAsDialog::mDeselectAllAttributes_clicked()

void QgsVectorLayerSaveAsDialog::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 096a36c

Please sign in to comment.