diff options
Diffstat (limited to 'backend/impress')
-rw-r--r-- | backend/impress/Makefile.am | 10 | ||||
-rw-r--r-- | backend/impress/impress-document.h | 2 | ||||
-rw-r--r-- | backend/impress/impressdocument.atril-backend.in (renamed from backend/impress/impressdocument.evince-backend.in) | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/backend/impress/Makefile.am b/backend/impress/Makefile.am index a7b65705..bd9217f8 100644 --- a/backend/impress/Makefile.am +++ b/backend/impress/Makefile.am @@ -2,8 +2,8 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ - -DEVINCEDATADIR=\""$(datadir)"\" \ - -DEVINCE_COMPILATION \ + -DATRILDATADIR=\""$(datadir)"\" \ + -DATRIL_COMPILATION \ $(BACKEND_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -45,13 +45,13 @@ libimpressdocument_la_LIBADD = \ $(top_builddir)/libdocument/libevdocument.la \ $(BACKEND_LIBS) -lz -backend_in_files = impressdocument.evince-backend.in -backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) +backend_in_files = impressdocument.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/impress/impress-document.h b/backend/impress/impress-document.h index 17a3c19a..ac6469c9 100644 --- a/backend/impress/impress-document.h +++ b/backend/impress/impress-document.h @@ -32,7 +32,7 @@ typedef struct _ImpressDocument ImpressDocument; GType impress_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/impress/impressdocument.evince-backend.in b/backend/impress/impressdocument.atril-backend.in index 61de77ab..074c1afd 100644 --- a/backend/impress/impressdocument.evince-backend.in +++ b/backend/impress/impressdocument.atril-backend.in @@ -1,4 +1,4 @@ -[Evince Backend] +[Atril Backend] Module=impressdocument _TypeDescription=Impress Slides MimeType=application/vnd.sun.xml.impress;application/vnd.oasis.opendocument.presentation; |