From 92a29f00ef97677512d89cf16c2df8ed8af83ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 30 Jun 2018 16:23:22 +0200 Subject: Fix bug reports link in about dialog Update bug reports url to bugs.trinitydesktop.org This resolves bug 2935 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit aa83c86cd30e77bad7fdb2b047ce256a24c883b5) --- kdecore/kcmdlineargs.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'kdecore/kcmdlineargs.cpp') diff --git a/kdecore/kcmdlineargs.cpp b/kdecore/kcmdlineargs.cpp index 9600da39c..45e3138c3 100644 --- a/kdecore/kcmdlineargs.cpp +++ b/kdecore/kcmdlineargs.cpp @@ -625,8 +625,10 @@ KCmdLineArgs::parseAllArgs() { if (!about->customAuthorTextEnabled ()) { - if (about->bugAddress().isEmpty() || about->bugAddress() == "submit@bugs.kde.org" ) - printQ( i18n( "Please use http://bugs.kde.org to report bugs.\n" ) ); + if (about->bugAddress().isEmpty() + || about->bugAddress() == "submit@bugs.trinitydesktop.org" + || about->bugAddress() == "http://bugs.trinitydesktop.org" ) + printQ( i18n( "Please use http://bugs.trinitydesktop.org to report bugs.\n" ) ); else { if( about->authors().count() == 1 && about->authors().first().emailAddress() == about->bugAddress() ) printQ( i18n( "Please report bugs to %1.\n" ).arg( about->authors().first().emailAddress() ) ); -- cgit v1.2.3