Skip to content

Commit

Permalink
Merge pull request #1225 from rduivenvoorde/docurlfix
Browse files Browse the repository at this point in the history
no html in the url anymore
  • Loading branch information
jef-n committed Mar 5, 2014
2 parents 8a9cc23 + d59d191 commit 8b6db49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -7032,7 +7032,7 @@ void QgisApp::adjustBrightnessContrast( int delta, bool updateBrightness )
void QgisApp::helpContents() void QgisApp::helpContents()
{ {
// We should really ship the HTML version of the docs local too. // We should really ship the HTML version of the docs local too.
openURL( QString( "http://docs.qgis.org/%1.%2/html/%3/docs/user_manual/" ) openURL( QString( "http://docs.qgis.org/%1.%2/%3/docs/user_manual/" )
.arg( QGis::QGIS_VERSION_INT / 10000 ) .arg( QGis::QGIS_VERSION_INT / 10000 )
.arg( QGis::QGIS_VERSION_INT / 100 % 100 ) .arg( QGis::QGIS_VERSION_INT / 100 % 100 )
.arg( tr( "en", "documentation language" ) ), .arg( tr( "en", "documentation language" ) ),
Expand Down

0 comments on commit 8b6db49

Please sign in to comment.