diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-26 21:57:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-26 21:57:50 +0900 |
commit | dcb480334c2e8a53fd5ca421b6bd686ea594d4ac (patch) | |
tree | ceec30a117e991afff71c32d68a6e1eea1b7090d /tdecore/tdecmdlineargs.cpp | |
parent | 398bc87ef9d0ca9264b2d8bce7b8c2e3f134f49c (diff) | |
download | tdelibs-dcb480334c2e8a53fd5ca421b6bd686ea594d4ac.tar.gz tdelibs-dcb480334c2e8a53fd5ca421b6bd686ea594d4ac.zip |
Revert "Fix bug reports link in about dialog"
This reverts commit 69fc44f5d55b813aeeb0c06473ceede28400e7bf.
Diffstat (limited to 'tdecore/tdecmdlineargs.cpp')
-rw-r--r-- | tdecore/tdecmdlineargs.cpp | 6 |
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() == "submit@bugs.trinitydesktop.org" - || 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() ) ); |