From aa83c86cd30e77bad7fdb2b047ce256a24c883b5 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 --- tdeui/tdeaboutapplication.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tdeui/tdeaboutapplication.cpp') diff --git a/tdeui/tdeaboutapplication.cpp b/tdeui/tdeaboutapplication.cpp index ef9efb181..e9eb2f4b8 100644 --- a/tdeui/tdeaboutapplication.cpp +++ b/tdeui/tdeaboutapplication.cpp @@ -113,8 +113,10 @@ void TDEAboutApplication::buildDialog( const TDEAboutData *aboutData ) KActiveLabel* activeLabel = new KActiveLabel( authorPage ); if (!aboutData->customAuthorTextEnabled()) { - if ( aboutData->bugAddress().isEmpty() || aboutData->bugAddress() == "submit@bugs.pearsoncomputing.net") - text = i18n( "Please use http://bugs.pearsoncomputing.net to report bugs.\n" ); + if ( aboutData->bugAddress().isEmpty() + || aboutData->bugAddress() == "submit@bugs.trinitydesktop.org" + || aboutData->bugAddress() == "http://bugs.trinitydesktop.org") + text = i18n( "Please use http://bugs.trinitydesktop.org to report bugs.\n" ); else { if( aboutData->authors().count() == 1 && ( aboutData->authors().first().emailAddress() == aboutData->bugAddress() ) ) { -- cgit v1.2.1