Skip to content

Commit 59d7582

Browse files
DelazJm-kuhn
authored andcommittedSep 6, 2017
Add help link for OWS Server tab
1 parent 02c4344 commit 59d7582

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/app/qgsprojectproperties.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,5 +1999,9 @@ void QgsProjectProperties::showHelp()
19991999
{
20002000
link = QStringLiteral( "working_with_projections/working_with_projections.html" );
20012001
}
2002+
else if ( activeTab == mProjOptsOWS )
2003+
{
2004+
link = QStringLiteral( "working_with_ogc/server/getting_started.html#prepare-a-project-to-serve" );
2005+
}
20022006
QgsHelp::openHelp( link );
20032007
}

0 commit comments

Comments
 (0)
Please sign in to comment.