This repository has been archived on 2019-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
copr-dani-qgis/qgis-2.2.0-show-license.patch
Volker Fröhlich a82beb8e0c New upstream release 2.2.0
- Drop EL5 support leftovers
- Remove private provides
- Simplify conditionals
- Remove custom plugin directory setting
2014-03-06 00:19:04 +01:00

26 lines
722 B
Diff

From afd667420a42cb257c6c4524290091663e21f3d6 Mon Sep 17 00:00:00 2001
From: "Juergen E. Fischer" <jef@norbit.de>
Date: Wed, 26 Feb 2014 00:17:54 +0100
Subject: [PATCH] fix license display
---
src/core/qgsapplication.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/qgsapplication.cpp b/src/core/qgsapplication.cpp
index 691bd72..1efd46d 100644
--- a/src/core/qgsapplication.cpp
+++ b/src/core/qgsapplication.cpp
@@ -443,7 +443,7 @@ const QString QgsApplication::translatorsFilePath()
*/
const QString QgsApplication::licenceFilePath()
{
- return ABISYM( mPkgDataPath ) + QString( "/doc/LICENCE" );
+ return ABISYM( mPkgDataPath ) + QString( "/doc/LICENSE" );
}
/*!
--
1.8.5.5