From ff3372947de9624e6cb64b33f53e4e15c0728175 Mon Sep 17 00:00:00 2001 From: dgp Date: Fri, 26 Mar 2004 19:49:40 +0000 Subject: Tweak to 923555 fix. --- generic/tkImgPPM.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tkImgPPM.c b/generic/tkImgPPM.c index 48e081e..1f3585e 100644 --- a/generic/tkImgPPM.c +++ b/generic/tkImgPPM.c @@ -13,7 +13,7 @@ * Department of Computer Science, * Australian National University. * - * RCS: @(#) $Id: tkImgPPM.c,v 1.12 2004/03/26 14:34:05 dkf Exp $ + * RCS: @(#) $Id: tkImgPPM.c,v 1.13 2004/03/26 19:49:40 dgp Exp $ */ #include "tkInt.h" @@ -53,7 +53,7 @@ static int StringWritePPM _ANSI_ARGS_((Tcl_Interp *interp, Tcl_Obj *format, Tk_PhotoImageBlock *blockPtr)); Tk_PhotoImageFormat tkImgFmtPPM = { - "PPM", /* name */ + "ppm", /* name */ FileMatchPPM, /* fileMatchProc */ NULL, /* stringMatchProc */ FileReadPPM, /* fileReadProc */ -- cgit v0.12