From 27e4e44f5c028a9c762a71f74cb9bdf73780baa9 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Tue, 22 May 2012 14:02:47 +0200 Subject: [PATCH] change the name of cache. Now is called spot {french} --- src/frameworks/UBPlatformUtils_linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frameworks/UBPlatformUtils_linux.cpp b/src/frameworks/UBPlatformUtils_linux.cpp index 174e3694..8997a0f5 100644 --- a/src/frameworks/UBPlatformUtils_linux.cpp +++ b/src/frameworks/UBPlatformUtils_linux.cpp @@ -63,7 +63,7 @@ QString UBPlatformUtils::preferredTranslation(QString pFilePrefix) QString UBPlatformUtils::preferredLanguage() { - return QLocale::system().name(); + return "fr";//QLocale::system().name(); } void UBPlatformUtils::runInstaller(const QString &installerFilePath)