summaryrefslogtreecommitdiffstats
path: root/kpdf
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-07-01 16:03:10 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-07-01 16:03:10 +0200
commit1f3ba1d65ed8b3a5f6e21802aac0250743f7447b (patch)
treeafef63fd599699dfc3db0080d7a993ac632b67a2 /kpdf
parentd3d39afff639dd23e48810e6035296f81d0069ac (diff)
downloadtdegraphics-1f3ba1d65ed8b3a5f6e21802aac0250743f7447b.tar.gz
tdegraphics-1f3ba1d65ed8b3a5f6e21802aac0250743f7447b.zip
Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kpdf')
-rw-r--r--kpdf/part.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpdf/part.cpp b/kpdf/part.cpp
index d585dca0..65714b05 100644
--- a/kpdf/part.cpp
+++ b/kpdf/part.cpp
@@ -1061,7 +1061,7 @@ void Part::doPrint(KPrinter &printer)
if (!m_document->print(printer))
{
- KMessageBox::error(widget(), i18n("Could not print the document. Please report to bugs.kde.org"));
+ KMessageBox::error(widget(), i18n("Could not print the document. Please report to bugs.trinitydesktop.org"));
}
}