From 69fc44f5d55b813aeeb0c06473ceede28400e7bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 30 Jun 2018 16:23:22 +0200 Subject: Fix bug reports link in about dialog Update bug reports url to bugs.trinitydesktop.org This resolves bug 2935 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit aa83c86cd30e77bad7fdb2b047ce256a24c883b5) --- tdeprint/kprintprocess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeprint') 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 http://bugs.kde.org." ); + "Report bug at http://bugs.trinitydesktop.org." ); break; } } -- cgit v1.2.1