Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Backport to 3.10 of "Update help URLs for copyright and title decorat…
…ions" #35182
  • Loading branch information
havatv authored and nyalldawson committed Mar 19, 2020
1 parent 658223c commit 46a4849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/decorations/qgsdecorationtitledialog.cpp
Expand Up @@ -138,5 +138,5 @@ void QgsDecorationTitleDialog::apply()

void QgsDecorationTitleDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "introduction/general_tools.html#copyright-and-title-labels" ) );
QgsHelp::openHelp( QStringLiteral( "introduction/general_tools.html#title_label_decoration" ) );
}

0 comments on commit 46a4849

Please sign in to comment.