mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
no html in the url anymore
This commit is contained in:
parent
8a9cc23ead
commit
d59d191d39
@ -7032,7 +7032,7 @@ void QgisApp::adjustBrightnessContrast( int delta, bool updateBrightness )
|
||||
void QgisApp::helpContents()
|
||||
{
|
||||
// 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 / 100 % 100 )
|
||||
.arg( tr( "en", "documentation language" ) ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user