diff options
Diffstat (limited to 'backend')
32 files changed, 64 insertions, 64 deletions
diff --git a/backend/backend.symbols b/backend/backend.symbols index 6c41cf8f..ff722d94 100644 --- a/backend/backend.symbols +++ b/backend/backend.symbols @@ -1 +1 @@ -register_evince_backend +register_atril_backend diff --git a/backend/comics/Makefile.am b/backend/comics/Makefile.am index 0b06ecbc..bee9dedd 100644 --- a/backend/comics/Makefile.am +++ b/backend/comics/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ - -DEVINCE_COMPILATION \ + -DATRIL_COMPILATION \ $(BACKEND_CFLAGS) \ $(LIB_CFLAGS) \ $(WARN_CFLAGS) \ @@ -20,13 +20,13 @@ libcomicsdocument_la_LIBADD = \ $(BACKEND_LIBS) \ $(LIB_LIBS) -backend_in_files = comicsdocument.evince-backend.in -backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) +backend_in_files = comicsdocument.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/comics/comics-document.c b/backend/comics/comics-document.c index 4d74385a..9079ee7b 100644 --- a/backend/comics/comics-document.c +++ b/backend/comics/comics-document.c @@ -278,7 +278,7 @@ comics_generate_command_lines (ComicsDocument *comics_document, quoted_command); comics_document->offset = command_usage_def[type].offset; if (command_usage_def[type].decompress_tmp) { - comics_document->dir = ev_mkdtemp ("evince-comics-XXXXXX", error); + comics_document->dir = ev_mkdtemp ("atril-comics-XXXXXX", error); if (comics_document->dir == NULL) return FALSE; diff --git a/backend/comics/comics-document.h b/backend/comics/comics-document.h index 76feef05..6cc55f00 100644 --- a/backend/comics/comics-document.h +++ b/backend/comics/comics-document.h @@ -31,7 +31,7 @@ typedef struct _ComicsDocument ComicsDocument; GType comics_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/comics/comicsdocument.evince-backend.in b/backend/comics/comicsdocument.atril-backend.in index 90d4c01b..3b054b85 100644 --- a/backend/comics/comicsdocument.evince-backend.in +++ b/backend/comics/comicsdocument.atril-backend.in @@ -1,4 +1,4 @@ -[Evince Backend] +[Atril Backend] Module=comicsdocument _TypeDescription=Comic Books MimeType=application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt; diff --git a/backend/djvu/Makefile.am b/backend/djvu/Makefile.am index 6bc9d06e..be255032 100644 --- a/backend/djvu/Makefile.am +++ b/backend/djvu/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = \ -I$(top_srcdir)/libdocument \ -DMATEICONDIR=\""${prefix}/${DATADIRNAME}/pixmaps"\" \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ - -DEVINCE_COMPILATION \ + -DATRIL_COMPILATION \ $(BACKEND_CFLAGS) \ $(DJVU_CFLAGS) \ $(WARN_CFLAGS) \ @@ -26,13 +26,13 @@ libdjvudocument_la_LIBADD = \ $(BACKEND_LIBS) \ $(DJVU_LIBS) -backend_in_files = djvudocument.evince-backend.in -backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) +backend_in_files = djvudocument.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/djvu/djvu-document.c b/backend/djvu/djvu-document.c index aa0e595d..814503c1 100644 --- a/backend/djvu/djvu-document.c +++ b/backend/djvu/djvu-document.c @@ -618,7 +618,7 @@ djvu_document_init (DjvuDocument *djvu_document) { guint masks[4] = { 0xff0000, 0xff00, 0xff, 0xff000000 }; - djvu_document->d_context = ddjvu_context_create ("Evince"); + djvu_document->d_context = ddjvu_context_create ("Atril"); djvu_document->d_format = ddjvu_format_create (DDJVU_FORMAT_RGBMASK32, 4, masks); ddjvu_format_set_row_order (djvu_document->d_format, 1); diff --git a/backend/djvu/djvu-document.h b/backend/djvu/djvu-document.h index bcb916af..76ec8765 100644 --- a/backend/djvu/djvu-document.h +++ b/backend/djvu/djvu-document.h @@ -31,7 +31,7 @@ typedef struct _DjvuDocument DjvuDocument; GType djvu_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/djvu/djvu-links.c b/backend/djvu/djvu-links.c index d13af0be..c5e72870 100644 --- a/backend/djvu/djvu-links.c +++ b/backend/djvu/djvu-links.c @@ -233,7 +233,7 @@ get_djvu_hyperlink_area (ddjvu_pageinfo_t *page_info, if ((miniexp_car (iter) == miniexp_symbol ("rect") || miniexp_car (iter) == miniexp_symbol ("oval")) && miniexp_length (iter) == 5) { - /* FIXME: get bounding box for (oval) since Evince doesn't support shaped links */ + /* FIXME: get bounding box for (oval) since Atril doesn't support shaped links */ int minx, miny, width, height; iter = miniexp_cdr (iter); @@ -252,7 +252,7 @@ get_djvu_hyperlink_area (ddjvu_pageinfo_t *page_info, } else if (miniexp_car (iter) == miniexp_symbol ("poly") && miniexp_length (iter) >= 5 && miniexp_length (iter) % 2 == 1) { - /* FIXME: get bounding box since Evince doesn't support shaped links */ + /* FIXME: get bounding box since Atril doesn't support shaped links */ int minx = G_MAXINT, miny = G_MAXINT; int maxx = G_MININT, maxy = G_MININT; diff --git a/backend/djvu/djvudocument.evince-backend.in b/backend/djvu/djvudocument.atril-backend.in index 485af118..8cbf749a 100644 --- a/backend/djvu/djvudocument.evince-backend.in +++ b/backend/djvu/djvudocument.atril-backend.in @@ -1,4 +1,4 @@ -[Evince Backend] +[Atril Backend] Module=djvudocument _TypeDescription=DjVu Documents MimeType=image/vnd.djvu diff --git a/backend/dvi/Makefile.am b/backend/dvi/Makefile.am index 6dcd50ed..c6787a04 100644 --- a/backend/dvi/Makefile.am +++ b/backend/dvi/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = \ -I$(top_srcdir)/libdocument \ -I$(srcdir)/mdvi-lib \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ - -DEVINCE_COMPILATION \ + -DATRIL_COMPILATION \ $(WARN_CFLAGS) \ $(BACKEND_CFLAGS) \ $(SPECTRE_CFLAGS) \ @@ -35,13 +35,13 @@ if WITH_TYPE1_FONTS libdvidocument_la_LIBADD += -lt1 endif -backend_in_files = dvidocument.evince-backend.in -backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) +backend_in_files = dvidocument.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/dvi/dvi-document.c b/backend/dvi/dvi-document.c index a4a3dc6d..c34de6e1 100644 --- a/backend/dvi/dvi-document.c +++ b/backend/dvi/dvi-document.c @@ -251,7 +251,7 @@ dvi_document_class_init (DviDocumentClass *klass) gobject_class->finalize = dvi_document_finalize; texmfcnf = get_texmfcnf(); - mdvi_init_kpathsea ("evince", MDVI_MFMODE, MDVI_FALLBACK_FONT, MDVI_DPI, texmfcnf); + mdvi_init_kpathsea ("atril", MDVI_MFMODE, MDVI_FALLBACK_FONT, MDVI_DPI, texmfcnf); g_free(texmfcnf); mdvi_register_special ("Color", "color", NULL, dvi_document_do_color_special, 1); diff --git a/backend/dvi/dvi-document.h b/backend/dvi/dvi-document.h index 845301b6..a84e892d 100644 --- a/backend/dvi/dvi-document.h +++ b/backend/dvi/dvi-document.h @@ -31,7 +31,7 @@ typedef struct _DviDocument DviDocument; GType dvi_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/dvi/dvidocument.evince-backend.in b/backend/dvi/dvidocument.atril-backend.in index cb5fe6ed..c60f7adb 100644 --- a/backend/dvi/dvidocument.evince-backend.in +++ b/backend/dvi/dvidocument.atril-backend.in @@ -1,4 +1,4 @@ -[Evince Backend] +[Atril Backend] Module=dvidocument _TypeDescription=DVI Documents MimeType=application/x-dvi;application/x-bzdvi;application/x-gzdvi 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; 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 diff --git a/backend/pixbuf/Makefile.am b/backend/pixbuf/Makefile.am index 7a28e05b..bd5060f5 100644 --- a/backend/pixbuf/Makefile.am +++ b/backend/pixbuf/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ - -DEVINCE_COMPILATION \ + -DATRIL_COMPILATION \ $(BACKEND_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -18,13 +18,13 @@ libpixbufdocument_la_LIBADD = \ $(top_builddir)/libdocument/libevdocument.la \ $(BACKEND_LIBS) -backend_in_files = pixbufdocument.evince-backend.in -backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) +backend_in_files = pixbufdocument.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/pixbuf/pixbuf-document.h b/backend/pixbuf/pixbuf-document.h index 6f34372d..a4f677cd 100644 --- a/backend/pixbuf/pixbuf-document.h +++ b/backend/pixbuf/pixbuf-document.h @@ -31,7 +31,7 @@ typedef struct _PixbufDocument PixbufDocument; GType pixbuf_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/pixbuf/pixbufdocument.evince-backend.in b/backend/pixbuf/pixbufdocument.atril-backend.in index 9beb526b..056d04cf 100644 --- a/backend/pixbuf/pixbufdocument.evince-backend.in +++ b/backend/pixbuf/pixbufdocument.atril-backend.in @@ -1,4 +1,4 @@ -[Evince Backend] +[Atril Backend] Module=pixbufdocument _TypeDescription=Images MimeType=image/*; diff --git a/backend/ps/Makefile.am b/backend/ps/Makefile.am index 3f059de1..0e49a111 100644 --- a/backend/ps/Makefile.am +++ b/backend/ps/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ - -DEVINCE_COMPILATION \ + -DATRIL_COMPILATION \ $(BACKEND_CFLAGS) \ $(SPECTRE_CFLAGS) \ $(WARN_CFLAGS) \ @@ -20,13 +20,13 @@ libpsdocument_la_LIBADD = \ $(BACKEND_LIBS) \ $(SPECTRE_LIBS) -backend_in_files = psdocument.evince-backend.in -backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) +backend_in_files = psdocument.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/ps/ev-spectre.c b/backend/ps/ev-spectre.c index e1877a7b..d28325ba 100644 --- a/backend/ps/ev-spectre.c +++ b/backend/ps/ev-spectre.c @@ -1,13 +1,13 @@ -/* this file is part of evince, a mate document viewer +/* this file is part of atril, a mate document viewer * * Copyright (C) 2007 Carlos Garcia Campos <[email protected]> * - * Evince is free software; you can redistribute it and/or modify it + * Atril is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * - * Evince is distributed in the hope that it will be useful, but + * Atril is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. diff --git a/backend/ps/ev-spectre.h b/backend/ps/ev-spectre.h index 17b18db0..d4c55306 100644 --- a/backend/ps/ev-spectre.h +++ b/backend/ps/ev-spectre.h @@ -41,7 +41,7 @@ typedef struct _PSDocumentClass PSDocumentClass; GType ps_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/ps/psdocument.evince-backend.in b/backend/ps/psdocument.atril-backend.in index af24be61..8b559a58 100644 --- a/backend/ps/psdocument.evince-backend.in +++ b/backend/ps/psdocument.atril-backend.in @@ -1,4 +1,4 @@ -[Evince Backend] +[Atril Backend] Module=psdocument Resident=true _TypeDescription=PostScript Documents diff --git a/backend/tiff/Makefile.am b/backend/tiff/Makefile.am index 9f1a00e6..0fc2f83e 100644 --- a/backend/tiff/Makefile.am +++ b/backend/tiff/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -DMATELOCALEDIR=\"$(datadir)/locale\" \ - -DEVINCE_COMPILATION \ + -DATRIL_COMPILATION \ $(BACKEND_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -21,13 +21,13 @@ libtiffdocument_la_LIBADD = \ $(BACKEND_LIBS) \ -ltiff -backend_in_files = tiffdocument.evince-backend.in -backend_DATA = $(backend_in_files:.evince-backend.in=.evince-backend) +backend_in_files = tiffdocument.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/tiff/tiff-document.h b/backend/tiff/tiff-document.h index a188f143..19db6158 100644 --- a/backend/tiff/tiff-document.h +++ b/backend/tiff/tiff-document.h @@ -31,7 +31,7 @@ G_BEGIN_DECLS typedef struct _TiffDocument TiffDocument; GType tiff_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/tiff/tiff2ps.c b/backend/tiff/tiff2ps.c index 43a6cb32..eef681e4 100644 --- a/backend/tiff/tiff2ps.c +++ b/backend/tiff/tiff2ps.c @@ -26,7 +26,7 @@ */ /* - * Modified for use as Evince TIFF ps exporter by + * Modified for use as Atril TIFF ps exporter by * Matthew S. Wilson <[email protected]> * Modifications Copyright (C) 2005 rpath, Inc. * @@ -628,7 +628,7 @@ PSHead(TIFF2PSContext *ctx, TIFF *tif, uint32 w, uint32 h, t = time(0); fprintf(ctx->fd, "%%!PS-Adobe-3.0%s\n", ctx->generateEPSF ? " EPSF-3.0" : ""); - fprintf(ctx->fd, "%%%%Creator: Evince\n"); + fprintf(ctx->fd, "%%%%Creator: Atril\n"); fprintf(ctx->fd, "%%%%CreationDate: %s", ctime(&t)); fprintf(ctx->fd, "%%%%DocumentData: Clean7Bit\n"); fprintf(ctx->fd, "%%%%Origin: %ld %ld\n", (long) ox, (long) oy); diff --git a/backend/tiff/tiffdocument.evince-backend.in b/backend/tiff/tiffdocument.atril-backend.in index daaa7fd9..2866e474 100644 --- a/backend/tiff/tiffdocument.evince-backend.in +++ b/backend/tiff/tiffdocument.atril-backend.in @@ -1,4 +1,4 @@ -[Evince Backend] +[Atril Backend] Module=tiffdocument _TypeDescription=Tiff Documents MimeType=image/tiff |