Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1326 from saberraz/master
Changed the link to commercial support page default to EN.
  • Loading branch information
jef-n committed Apr 28, 2014
2 parents 73b2b86 + dfb84e1 commit 98fac79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -7091,7 +7091,7 @@ void QgisApp::apiDocumentation()

void QgisApp::supportProviders()
{
openURL( tr( "http://qgis.org/de/site/forusers/commercial_support.html" ), false );
openURL( tr( "http://qgis.org/en/site/forusers/commercial_support.html" ), false );
}

void QgisApp::helpQgisHomePage()
Expand Down

0 comments on commit 98fac79

Please sign in to comment.