[calligra] libs/widgets: Language entry.desktop is called kf5_entry desktop now
Dag Andersen
null at kde.org
Tue Nov 21 11:08:45 UTC 2017
Git commit d40eb713126be7ee231bf380cf95a75ad7d4b266 by Dag Andersen.
Committed on 21/11/2017 at 11:06.
Pushed by danders into branch 'master'.
Language entry.desktop is called kf5_entry desktop now
CCMAIL: kimageshop at kde.org
M +1 -1 libs/widgets/KoGlobal.cpp
https://commits.kde.org/calligra/d40eb713126be7ee231bf380cf95a75ad7d4b266
diff --git a/libs/widgets/KoGlobal.cpp b/libs/widgets/KoGlobal.cpp
index 4802ec1732e..d302ef94eb9 100644
--- a/libs/widgets/KoGlobal.cpp
+++ b/libs/widgets/KoGlobal.cpp
@@ -112,7 +112,7 @@ void KoGlobal::createListOfLanguages()
// currently have en_GB or en_US etc.
const QStringList translationList = KoResourcePaths::findAllResources("locale",
- QString::fromLatin1("*/entry.desktop"));
+ QString::fromLatin1("*/kf5_entry.desktop"));
for (QStringList::ConstIterator it = translationList.begin();
it != translationList.end(); ++it) {
// Extract the language tag from the directory name
More information about the kimageshop
mailing list