summaryrefslogtreecommitdiffstats
path: root/tdeprint
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2018-07-26 21:57:50 +0900
committerMichele Calgaro <[email protected]>2018-07-26 21:57:50 +0900
commitdcb480334c2e8a53fd5ca421b6bd686ea594d4ac (patch)
treeceec30a117e991afff71c32d68a6e1eea1b7090d /tdeprint
parent398bc87ef9d0ca9264b2d8bce7b8c2e3f134f49c (diff)
downloadtdelibs-dcb480334c2e8a53fd5ca421b6bd686ea594d4ac.tar.gz
tdelibs-dcb480334c2e8a53fd5ca421b6bd686ea594d4ac.zip
Revert "Fix bug reports link in about dialog"
This reverts commit 69fc44f5d55b813aeeb0c06473ceede28400e7bf.
Diffstat (limited to 'tdeprint')
-rw-r--r--tdeprint/kprintprocess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kprintprocess.cpp b/tdeprint/kprintprocess.cpp
index 2b0c0f6f6..89ef5e2ca 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.trinitydesktop.org\">http://bugs.trinitydesktop.org</a>." );
+ "Report bug at <a href=\"http://bugs.kde.org\">http://bugs.kde.org</a>." );
break;
}
}