summaryrefslogtreecommitdiffstats
path: root/tdecore
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore')
-rw-r--r--tdecore/tdecmdlineargs.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/tdecore/tdecmdlineargs.cpp b/tdecore/tdecmdlineargs.cpp
index 0b9e2693f..46d1b9f4a 100644
--- a/tdecore/tdecmdlineargs.cpp
+++ b/tdecore/tdecmdlineargs.cpp
@@ -625,10 +625,8 @@ TDECmdLineArgs::parseAllArgs()
{
if (!about->customAuthorTextEnabled ())
{
- if (about->bugAddress().isEmpty()
- || about->bugAddress() == "[email protected]"
- || about->bugAddress() == "http://bugs.trinitydesktop.org" )
- printQ( i18n( "Please use http://bugs.trinitydesktop.org to report bugs.\n" ) );
+ if (about->bugAddress().isEmpty() || about->bugAddress() == "bugs.pearsoncomputing.net" )
+ printQ( i18n( "Please use http://bugs.pearsoncomputing.net 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() ) );