diff options
author | Martin Wimpress <[email protected]> | 2015-06-09 22:50:46 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-06-09 22:50:46 +0100 |
commit | 28cd11d64d5810ed779ce132d154db04a1d8c930 (patch) | |
tree | 3c9856bf51ab61a5bb249e3aa8f3eb396933895b /backend/pdf | |
parent | 175296fe8246a472439d529543c5c31802cad4b2 (diff) | |
parent | 6707c4b0a0b4f549d44a8574d4f783705ed949ec (diff) | |
download | atril-28cd11d64d5810ed779ce132d154db04a1d8c930.tar.bz2 atril-28cd11d64d5810ed779ce132d154db04a1d8c930.tar.xz |
Merge pull request #133 from monsta/wrong-bugzilla-1.8
[1.8] corrected bug tracker links everywhere
Diffstat (limited to 'backend/pdf')
-rw-r--r-- | backend/pdf/ev-poppler.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/backend/pdf/ev-poppler.cc b/backend/pdf/ev-poppler.cc index 8049db55..fdba9a22 100644 --- a/backend/pdf/ev-poppler.cc +++ b/backend/pdf/ev-poppler.cc @@ -1074,8 +1074,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); } @@ -1139,7 +1139,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); } @@ -2694,8 +2694,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); } |