diff options
author | Perberos <[email protected]> | 2011-11-09 18:44:56 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 18:44:56 -0300 |
commit | da7bb154d27d3b872867223a5df60df8f5fb6e7d (patch) | |
tree | c1a40fbb481956cf2fda2263bf78389622eba0a5 /backend/tiff/tiff2ps.c | |
parent | 342e9e9bf91625bf6f0102fb7bbc652dea222064 (diff) | |
download | atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.bz2 atril-da7bb154d27d3b872867223a5df60df8f5fb6e7d.tar.xz |
renaming evince to atril
Diffstat (limited to 'backend/tiff/tiff2ps.c')
-rw-r--r-- | backend/tiff/tiff2ps.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |