diff options
author | Slávek Banko <[email protected]> | 2018-06-30 16:23:22 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-06-30 16:31:08 +0200 |
commit | 69fc44f5d55b813aeeb0c06473ceede28400e7bf (patch) | |
tree | e8a9b9653a38aefb9c134a924a196a303ff97340 /tdeui/kbugreport.h | |
parent | 7e1e03c04569978908cb1449aedc1cbc200ea20d (diff) | |
download | tdelibs-69fc44f5d55b813aeeb0c06473ceede28400e7bf.tar.gz tdelibs-69fc44f5d55b813aeeb0c06473ceede28400e7bf.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 <[email protected]>
(cherry picked from commit aa83c86cd30e77bad7fdb2b047ce256a24c883b5)
Diffstat (limited to 'tdeui/kbugreport.h')
-rw-r--r-- | tdeui/kbugreport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/kbugreport.h b/tdeui/kbugreport.h index e95c49902..3110d3dd6 100644 --- a/tdeui/kbugreport.h +++ b/tdeui/kbugreport.h @@ -71,7 +71,7 @@ protected slots: */ virtual void slotSetFrom(); /** - * The URL-Label "http://bugs.pearsoncomputing.net/" was clicked. + * The URL-Label "http://bugs.trinitydesktop.org/" was clicked. * @deprecated remove in KDE4.0 */ virtual void slotUrlClicked(const TQString &); |