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 19, 2019
1 parent 223d26b commit 7f95937
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 7f95937

Please sign in to comment.