From 77354e459905a0ff86604eb719fd0f64bf8893a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Mon, 22 Jun 2020 10:36:20 +0100 Subject: [PATCH] Fix a link in About dialog. Bug: 423338 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index c1712ba..81449bf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -59,7 +59,7 @@ int Q_DECL_IMPORT main(int argc, char* argv[]) aboutData.addCredit(i18n("Hugo Pereira Da Costa"), xi18nc("@info:credit", "Partition Widget Design"), QStringLiteral("hugo@oxygen-icons.org")); aboutData.addCredit(xi18nc("@info:credit", "Caio Jordão Carvalho"), i18nc("@info:credit", "Improved SMART support"), QStringLiteral("caiojcarvalho@gmail.com")); - aboutData.setHomepage(QStringLiteral("https://www.kde.org/applications/system/kdepartitionmanager")); + aboutData.setHomepage(QStringLiteral("https://www.kde.org/applications/system/partitionmanager")); KAboutData::setApplicationData(aboutData); app.setAttribute(Qt::AA_UseHighDpiPixmaps, true);