diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-26 22:01:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-26 22:01:52 +0900 |
commit | 74686afc04d02cc0a9abe245eb9c47113a9c238f (patch) | |
tree | 34876f4bbfb067e6b2439f63c6174d0c07bd5605 /tdecore/tdecmdlineargs.cpp | |
parent | 02639199e2eec94a1d2741f6ba9823267cb39a62 (diff) | |
download | tdelibs-74686afc04d02cc0a9abe245eb9c47113a9c238f.tar.gz tdelibs-74686afc04d02cc0a9abe245eb9c47113a9c238f.zip |
Revert "Revert "Fix bug reports link in about dialog""
The reversion was done by mistake and inadvertently. Sorry for the
mess :-(
This reverts commit dcb480334c2e8a53fd5ca421b6bd686ea594d4ac.
Diffstat (limited to 'tdecore/tdecmdlineargs.cpp')
-rw-r--r-- | tdecore/tdecmdlineargs.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tdecore/tdecmdlineargs.cpp b/tdecore/tdecmdlineargs.cpp index 46d1b9f4a..0b9e2693f 100644 --- a/tdecore/tdecmdlineargs.cpp +++ b/tdecore/tdecmdlineargs.cpp @@ -625,8 +625,10 @@ TDECmdLineArgs::parseAllArgs() { if (!about->customAuthorTextEnabled ()) { - if (about->bugAddress().isEmpty() || about->bugAddress() == "bugs.pearsoncomputing.net" ) - printQ( i18n( "Please use http://bugs.pearsoncomputing.net 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() ) ); |