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 /tdeprint | |
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 'tdeprint')
-rw-r--r-- | tdeprint/kprintprocess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kprintprocess.cpp b/tdeprint/kprintprocess.cpp index 89ef5e2ca..2b0c0f6f6 100644 --- a/tdeprint/kprintprocess.cpp +++ b/tdeprint/kprintprocess.cpp @@ -86,7 +86,7 @@ void KPrintProcess::slotExited( TDEProcess* ) break; default: emit printError( this, "Internal error, printing terminated in unexpected state. " - "Report bug at <a href=\"http://bugs.kde.org\">http://bugs.kde.org</a>." ); + "Report bug at <a href=\"http://bugs.trinitydesktop.org\">http://bugs.trinitydesktop.org</a>." ); break; } } |