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