Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Help button for "Vector Layer Save as..." dlg
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 Feb 23, 2021
1 parent 76aaa23 commit 27e74a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/ogr/qgsvectorlayersaveasdialog.cpp
Expand Up @@ -1094,5 +1094,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 27e74a6

Please sign in to comment.