summaryrefslogtreecommitdiffstats
path: root/kdecore/kcmdlineargs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/kcmdlineargs.cpp')
-rw-r--r--kdecore/kcmdlineargs.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/kdecore/kcmdlineargs.cpp b/kdecore/kcmdlineargs.cpp
index 9600da39c..45e3138c3 100644
--- a/kdecore/kcmdlineargs.cpp
+++ b/kdecore/kcmdlineargs.cpp
@@ -625,8 +625,10 @@ KCmdLineArgs::parseAllArgs()
{
if (!about->customAuthorTextEnabled ())
{
- if (about->bugAddress().isEmpty() || about->bugAddress() == "submit@bugs.kde.org" )
- printQ( i18n( "Please use http://bugs.kde.org 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() ) );