Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add help link for OWS Server tab
  • Loading branch information
DelazJ authored and m-kuhn committed Sep 6, 2017
1 parent 02c4344 commit 59d7582
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/qgsprojectproperties.cpp
Expand Up @@ -1999,5 +1999,9 @@ void QgsProjectProperties::showHelp()
{
link = QStringLiteral( "working_with_projections/working_with_projections.html" );
}
else if ( activeTab == mProjOptsOWS )
{
link = QStringLiteral( "working_with_ogc/server/getting_started.html#prepare-a-project-to-serve" );
}
QgsHelp::openHelp( link );
}

0 comments on commit 59d7582

Please sign in to comment.