diff --git a/src/actionmanager.cpp b/src/actionmanager.cpp --- a/src/actionmanager.cpp +++ b/src/actionmanager.cpp @@ -7,7 +7,7 @@ Copyright (C) 2004 Reinhold Kainhofer Copyright (c) 2005 Rafal Rzepecki Copyright (c) 2010-2019 Laurent Montel - Copyright (c) 2012 Allen Winter + Copyright (c) 2012-2019 Allen Winter This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -1184,7 +1184,8 @@ void ActionManager::downloadNewStuff() { - QPointer dialog = new KNS3::DownloadDialog(mCalendarView); + QPointer dialog = new KNS3::DownloadDialog(QStringLiteral("korganizer.knsrc"), mCalendarView); + dialog->setTitle(i18nc("@title", "KOrganizer Calendars Add-On Installer")); dialog->exec(); const auto installedEntries = dialog->installedEntries(); for (const KNS3::Entry &e : installedEntries) { diff --git a/src/data/korganizer.knsrc b/src/data/korganizer.knsrc --- a/src/data/korganizer.knsrc +++ b/src/data/korganizer.knsrc @@ -21,6 +21,6 @@ Name[uk]=Календар KOrganizer Name[x-test]=xxKOrganizer Calendarxx Name[zh_TW]=KOrganizer 行事曆 -ProvidersUrl=https://autoconfig.kde.org/ocs/providers.xml Categories=KOrganizer Calendar TargetDir=korganizer +Uncompress=archive