Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix link to drag and drop designer help
  • Loading branch information
m-kuhn committed Feb 18, 2019
1 parent 13a127e commit d7c9340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsaddtaborgroup.cpp
Expand Up @@ -115,5 +115,5 @@ void QgsAddTabOrGroup::mTabButton_toggled( bool checked )

void QgsAddTabOrGroup::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/vector_properties.html#customize-a-form-for-your-data" ) );
QgsHelp::openHelp( QStringLiteral( "working_with_vector/vector_properties.html#the-drag-and-drop-designer" ) );
}

0 comments on commit d7c9340

Please sign in to comment.