diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-06-30 16:23:22 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-06-30 17:32:40 +0200 |
commit | 92a29f00ef97677512d89cf16c2df8ed8af83ed7 (patch) | |
tree | 5f4ef139584a03d7b156b93020eb4a2bf201cba5 /kdeui/kaboutkde.cpp | |
parent | d13c74fc671423161a1736a0a59552a3f4eae5d5 (diff) | |
download | tdelibs-92a29f00ef97677512d89cf16c2df8ed8af83ed7.tar.gz tdelibs-92a29f00ef97677512d89cf16c2df8ed8af83ed7.zip |
Fix bug reports link in about dialog
Update bug reports url to bugs.trinitydesktop.org
This resolves bug 2935
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit aa83c86cd30e77bad7fdb2b047ce256a24c883b5)
Diffstat (limited to 'kdeui/kaboutkde.cpp')
-rw-r--r-- | kdeui/kaboutkde.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kaboutkde.cpp b/kdeui/kaboutkde.cpp index 76de10292..b9e525e61 100644 --- a/kdeui/kaboutkde.cpp +++ b/kdeui/kaboutkde.cpp @@ -52,7 +52,7 @@ KAboutKDE::KAboutKDE( TQWidget *parent, const char *name, bool modal ) "do so. However, you - the user - must tell us when " "something does not work as expected or could be done better.<br><br>" "The Trinity Desktop Environment has a bug tracking system. Visit " - "<A HREF=\"http://bugs.pearsoncomputing.net\">http://bugs.pearsoncomputing.net</A> or " + "<a href=\"http://bugs.trinitydesktop.org\">http://bugs.trinitydesktop.org</a> or " "use the \"Report Bug...\" dialog from the \"Help\" menu to report bugs.<br><br>" "If you have a suggestion for improvement then you are welcome to use " "the bug tracking system to register your wish. Make sure you use the " |