summaryrefslogtreecommitdiffstats
path: root/tdeui/tdeaboutapplication.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-07-26 22:01:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-07-26 22:01:52 +0900
commit74686afc04d02cc0a9abe245eb9c47113a9c238f (patch)
tree34876f4bbfb067e6b2439f63c6174d0c07bd5605 /tdeui/tdeaboutapplication.cpp
parent02639199e2eec94a1d2741f6ba9823267cb39a62 (diff)
downloadtdelibs-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 'tdeui/tdeaboutapplication.cpp')
-rw-r--r--tdeui/tdeaboutapplication.cpp6
1 files changed, 4 insertions, 2 deletions
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 <a href=\"http://bugs.pearsoncomputing.net\">http://bugs.pearsoncomputing.net</a> to report bugs.\n" );
+ 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" );
else {
if( aboutData->authors().count() == 1 && ( aboutData->authors().first().emailAddress() == aboutData->bugAddress() ) )
{