From 9267eda1fada8964209d66905c998061b12777ad Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 15 Jul 2019 00:44:53 +0200 Subject: Remove old upstream URL. Signed-off-by: Chris (cherry picked from commit a469e986bd6f0207c137a2278fa73626912217b7) --- akregator/src/aboutdata.cpp | 3 +-- akregator/src/articleviewer.cpp | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'akregator/src') diff --git a/akregator/src/aboutdata.cpp b/akregator/src/aboutdata.cpp index 218101832..77bab8e8a 100644 --- a/akregator/src/aboutdata.cpp +++ b/akregator/src/aboutdata.cpp @@ -30,8 +30,7 @@ namespace Akregator { AboutData::AboutData() : TDEAboutData("akregator", I18N_NOOP("Akregator"), AKREGATOR_VERSION, I18N_NOOP("A TDE Feed Aggregator"), - License_GPL, I18N_NOOP("(C) 2004, 2005 Akregator developers"), 0, - "http://akregator.kde.org/") + License_GPL, I18N_NOOP("(C) 2004, 2005 Akregator developers"), 0) { addAuthor( "Frank Osterfeld", I18N_NOOP("Maintainer"), "frank.osterfeld@kdemail.net" ); addAuthor( "Teemu Rytilahti", I18N_NOOP("Developer"), "tpr@d5k.net" ); diff --git a/akregator/src/articleviewer.cpp b/akregator/src/articleviewer.cpp index 3b1cc6db9..8067b7326 100644 --- a/akregator/src/articleviewer.cpp +++ b/akregator/src/articleviewer.cpp @@ -386,12 +386,12 @@ void ArticleViewer::displayAboutPage() "Instead of checking all your favorite web sites manually for updates, " "Akregator collects the content for you.

" "

For more information about using Akregator, check the " - "Akregator website. If you do not want to see this page anymore, click here.

" + "Trinity website. If you do not want to see this page anymore, click here.

" "

We hope that you will enjoy Akregator.

\n" "

Thank you,

\n" - "

    The Akregator Team

\n") + "

    The Trinity Team

\n") .arg(AKREGATOR_VERSION) // Akregator version - .arg("http://akregator.kde.org/"); // Akregator homepage URL + .arg("https://trinitydesktop.org/"); // Trinity homepage URL TQString fontSize = TQString::number( pointsToPixel( Settings::mediumFontSize() )); TQString appTitle = i18n("Akregator"); -- cgit v1.2.1