diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-04-10 11:07:32 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-04-10 11:07:32 (GMT) |
commit | 48744e4860d89cb76d21b59855fee32aa81d449c (patch) | |
tree | c7264979de0cf6e2ba80490cc2bdd755f5ccc6c7 /generic/tkCanvPs.c | |
parent | 5a33482d9b951eb10bc1f3204b3adf8ac219fe5a (diff) | |
download | tk-48744e4860d89cb76d21b59855fee32aa81d449c.zip tk-48744e4860d89cb76d21b59855fee32aa81d449c.tar.gz tk-48744e4860d89cb76d21b59855fee32aa81d449c.tar.bz2 |
Squelch all mention of prolog.ps; it isn't used. [Bug 1466509]
Diffstat (limited to 'generic/tkCanvPs.c')
-rw-r--r-- | generic/tkCanvPs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkCanvPs.c b/generic/tkCanvPs.c index 9d0b81e..27f8e39 100644 --- a/generic/tkCanvPs.c +++ b/generic/tkCanvPs.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkCanvPs.c,v 1.19.2.3 2008/12/22 12:30:51 dgp Exp $ + * RCS: @(#) $Id: tkCanvPs.c,v 1.19.2.4 2009/04/10 11:07:32 dkf Exp $ */ #include "tkInt.h" @@ -83,7 +83,7 @@ typedef struct TkPostscriptInfo { * pre-pass that collects font information, so * the Postscript generated isn't relevant. */ int prolog; /* Non-zero means output should contain the - * file prolog.ps in the header. */ + * prolog definitions in the header. */ } TkPostscriptInfo; /* |