a82beb8e0c
- Drop EL5 support leftovers - Remove private provides - Simplify conditionals - Remove custom plugin directory setting
26 lines
722 B
Diff
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
|
|
|