diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-11-21 17:10:39 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-11-21 17:10:39 (GMT) |
commit | 3dd9ffd03db6bdc61177f3470f1524e95ba22892 (patch) | |
tree | 79c600ff8240591617121faf03f7236a5791380e | |
parent | a588de91ad539aabd33ace4a00bd85e5f6f46ee1 (diff) | |
download | tk-3dd9ffd03db6bdc61177f3470f1524e95ba22892.zip tk-3dd9ffd03db6bdc61177f3470f1524e95ba22892.tar.gz tk-3dd9ffd03db6bdc61177f3470f1524e95ba22892.tar.bz2 |
Thanks to davidw for spotting a reference to a header that's not been around
for many years now...
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/FindPhoto.3 | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2003-11-21 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * doc/FindPhoto.3: Removed reference to long-gone header file. + 2003-11-20 Vince Darley <vincentdarley@users.sourceforge.net> * win/tkWinSend.c: diff --git a/doc/FindPhoto.3 b/doc/FindPhoto.3 index 554ea9f..bebf5d8 100644 --- a/doc/FindPhoto.3 +++ b/doc/FindPhoto.3 @@ -9,7 +9,7 @@ '\" Department of Computer Science, '\" Australian National University. '\" -'\" RCS: @(#) $Id: FindPhoto.3,v 1.7 2003/03/06 15:35:51 dkf Exp $ +'\" RCS: @(#) $Id: FindPhoto.3,v 1.8 2003/11/21 17:10:39 dkf Exp $ '\" .so man.macros .TH Tk_FindPhoto 3 8.0 Tk "Tk Library Procedures" @@ -19,7 +19,6 @@ Tk_FindPhoto, Tk_PhotoPutBlock, Tk_PhotoPutZoomedBlock, Tk_PhotoGetImage, Tk_Pho .SH SYNOPSIS .nf \fB#include <tk.h>\fR -\fB#include <tkPhoto.h>\fR .sp Tk_PhotoHandle \fBTk_FindPhoto\fR(\fIinterp, imageName\fR) |