diff options
Diffstat (limited to 'backend/pdf')
-rw-r--r-- | backend/pdf/Makefile.am | 8 | ||||
-rw-r--r-- | backend/pdf/ev-poppler.cc | 8 | ||||
-rw-r--r-- | backend/pdf/ev-poppler.h | 2 | ||||
-rw-r--r-- | backend/pdf/pdfdocument.atril-backend.in (renamed from backend/pdf/pdfdocument.evince-backend.in) | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/backend/pdf/Makefile.am b/backend/pdf/Makefile.am index 725a512c..05d506ae 100644 --- a/backend/pdf/Makefile.am +++ b/backend/pdf/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ - -DEVINCE_COMPILATION \ + -DATRIL_COMPILATION \ $(BACKEND_CFLAGS) \ $(POPPLER_CFLAGS) \ $(WARN_CXXFLAGS) \ @@ -22,13 +22,13 @@ libpdfdocument_la_LIBADD = \ $(CAIRO_PDF_LIBS) \ $(CAIRO_PS_LIBS) -backend_in_files = pdfdocument.evince-backend.in -backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) +backend_in_files = pdfdocument.atril-backend.in +backend_DATA = $(backend_in_files:.atril-backend.in=.atril-backend) EXTRA_DIST = $(backend_in_files) CLEANFILES = $(backend_DATA) -@EV_INTLTOOL_EVINCE_BACKEND_RULE@ +@EV_INTLTOOL_ATRIL_BACKEND_RULE@ -include $(top_srcdir)/git.mk diff --git a/backend/pdf/ev-poppler.cc b/backend/pdf/ev-poppler.cc index e2abb55d..8049db55 100644 --- a/backend/pdf/ev-poppler.cc +++ b/backend/pdf/ev-poppler.cc @@ -1,5 +1,5 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; c-indent-level: 8 -*- */ -/* this file is part of evince, a mate document viewer +/* this file is part of atril, a mate document viewer * * Copyright (C) 2009, Juanjo MarĂn <[email protected]> * Copyright (C) 2004, Red Hat, Inc. @@ -1074,7 +1074,7 @@ ev_link_dest_from_dest (PdfDocument *pdf_document, if (unimplemented_dest) { g_warning ("Unimplemented destination: %s, please post a " - "bug report in Evince bugzilla " + "bug report in Atril bugzilla " "(http://bugzilla.mate.org) 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 Evince bugzilla (http://bugzilla.mate.org) " + "in Atril bugzilla (http://bugzilla.mate.org) " "with a testcase.", unimplemented_action); } @@ -2694,7 +2694,7 @@ ev_annot_from_poppler_annot (PopplerAnnot *poppler_annot, if (unimplemented_annot) { g_warning ("Unimplemented annotation: %s, please post a " - "bug report in Evince bugzilla " + "bug report in Atril bugzilla " "(http://bugzilla.mate.org) with a testcase.", unimplemented_annot); } diff --git a/backend/pdf/ev-poppler.h b/backend/pdf/ev-poppler.h index f37f2268..c70fc7d0 100644 --- a/backend/pdf/ev-poppler.h +++ b/backend/pdf/ev-poppler.h @@ -32,7 +32,7 @@ typedef struct _PdfDocumentClass PdfDocumentClass; GType pdf_document_get_type (void) G_GNUC_CONST; -G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module); +G_MODULE_EXPORT GType register_atril_backend (GTypeModule *module); G_END_DECLS diff --git a/backend/pdf/pdfdocument.evince-backend.in b/backend/pdf/pdfdocument.atril-backend.in index d2b55ddc..66ee2b93 100644 --- a/backend/pdf/pdfdocument.evince-backend.in +++ b/backend/pdf/pdfdocument.atril-backend.in @@ -1,4 +1,4 @@ -[Evince Backend] +[Atril Backend] Module=pdfdocument Resident=true _TypeDescription=PDF Documents |