summaryrefslogtreecommitdiffstats
path: root/generic/tkCanvPs.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-04-10 11:07:32 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-04-10 11:07:32 (GMT)
commitd1033ce8054cb40de6bfc513acf1d49a51f8c8f0 (patch)
treec7264979de0cf6e2ba80490cc2bdd755f5ccc6c7 /generic/tkCanvPs.c
parent9611e08d9c629100deee67bec1fe71d6db95cee2 (diff)
downloadtk-d1033ce8054cb40de6bfc513acf1d49a51f8c8f0.zip
tk-d1033ce8054cb40de6bfc513acf1d49a51f8c8f0.tar.gz
tk-d1033ce8054cb40de6bfc513acf1d49a51f8c8f0.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.c4
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;
/*