From 65c27ac69a8a51da67bcca591e1933815a1032b3 Mon Sep 17 00:00:00 2001 From: Monsta Date: Tue, 17 Mar 2015 16:47:26 +0300 Subject: corrected bug tracker links everywhere Closes https://github.com/mate-desktop/atril/pull/132 --- backend/pdf/ev-poppler.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'backend') 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); } -- cgit v1.2.1