summaryrefslogtreecommitdiff
path: root/backend/pdf/ev-poppler.cc
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-03-17 16:47:26 +0300
committerStefano Karapetsas <[email protected]>2015-03-19 09:31:29 +0100
commit65c27ac69a8a51da67bcca591e1933815a1032b3 (patch)
treee1f2bca6177f11b7d6df5b2792518c6598714f9c /backend/pdf/ev-poppler.cc
parent4dae1332476f20b157a5bb753bb8a52c3dfb09cd (diff)
downloadatril-65c27ac69a8a51da67bcca591e1933815a1032b3.tar.bz2
atril-65c27ac69a8a51da67bcca591e1933815a1032b3.tar.xz
corrected bug tracker links everywhere
Closes https://github.com/mate-desktop/atril/pull/132
Diffstat (limited to 'backend/pdf/ev-poppler.cc')
-rw-r--r--backend/pdf/ev-poppler.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/backend/pdf/ev-poppler.cc b/backend/pdf/ev-poppler.cc
index 42565c37..0edc83c6 100644
--- a/backend/pdf/ev-poppler.cc
+++ b/backend/pdf/ev-poppler.cc
@@ -1071,8 +1071,8 @@ ev_link_dest_from_dest (PdfDocument *pdf_document,
if (unimplemented_dest) {
g_warning ("Unimplemented destination: %s, please post a "
- "bug report in Atril bugzilla "
- "(http://bugzilla.mate.org) with a testcase.",
+ "bug report on Atril bug tracker "
+ "(https://github.com/mate-desktop/atril/issues) with a testcase.",
unimplemented_dest);
}
@@ -1173,7 +1173,7 @@ ev_link_from_action (PdfDocument *pdf_document,
if (unimplemented_action) {
g_warning ("Unimplemented action: %s, please post a bug report "
- "in Atril bugzilla (http://bugzilla.mate.org) "
+ "on Atril bug tracker (https://github.com/mate-desktop/atril/issues) "
"with a testcase.", unimplemented_action);
}
@@ -2640,8 +2640,8 @@ ev_annot_from_poppler_annot (PopplerAnnot *poppler_annot,
if (unimplemented_annot) {
g_warning ("Unimplemented annotation: %s, please post a "
- "bug report in Atril bugzilla "
- "(http://bugzilla.mate.org) with a testcase.",
+ "bug report on Atril bug tracker "
+ "(https://github.com/mate-desktop/atril/issues) with a testcase.",
unimplemented_annot);
}