Skip to content

Commit

Permalink
fix license display
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 25, 2014
1 parent 6b6e5eb commit afd6674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsapplication.cpp
Expand Up @@ -443,7 +443,7 @@ const QString QgsApplication::translatorsFilePath()
*/
const QString QgsApplication::licenceFilePath()
{
return ABISYM( mPkgDataPath ) + QString( "/doc/LICENCE" );
return ABISYM( mPkgDataPath ) + QString( "/doc/LICENSE" );
}

/*!
Expand Down

0 comments on commit afd6674

Please sign in to comment.