Codebase list kio / debian/5.21.0-1_1.gbp6f5a9b
Refresh patches Automatic packaging 8 years ago
1 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
66 src/ioslaves/help/kio_help.cpp | 3 ++-
77 1 file changed, 2 insertions(+), 1 deletion(-)
88
9 diff --git a/src/ioslaves/help/kio_help.cpp b/src/ioslaves/help/kio_help.cpp
10 index f79c801..8fdeb2f 100644
11 --- a/src/ioslaves/help/kio_help.cpp
12 +++ b/src/ioslaves/help/kio_help.cpp
13 @@ -50,7 +50,8 @@ QString HelpProtocol::langLookup(const QString &fname)
9 Index: repo/src/ioslaves/help/kio_help.cpp
10 ===================================================================
11 --- repo.orig/src/ioslaves/help/kio_help.cpp 2016-04-10 12:13:47.395842484 +0200
12 +++ repo/src/ioslaves/help/kio_help.cpp 2016-04-10 12:13:47.391842642 +0200
13 @@ -50,7 +50,8 @@
1414 QStringList search;
1515
1616 // assemble the local search paths
1818 + QStringList localDoc = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, QStringLiteral("doc/HTML"), QStandardPaths::LocateDirectory);
1919 + localDoc << QStandardPaths::locateAll(QStandardPaths::GenericDataLocation,QStringLiteral("doc/kde/HTML"), QStandardPaths::LocateDirectory);
2020
21 QStringList langs = QLocale().uiLanguages();
21 QStringList langs = KLocalizedString::languages();
2222 langs.append(QStringLiteral("en"));