commit 0c10afa404fc9f43aeecb7e62e484bd31e293301
parent 5c13643cea185755258f66e5fc1edbb6008a8b32
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 14 May 2006 21:14:49 +0000
fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/pngextractor.c b/src/plugins/pngextractor.c
@@ -77,7 +77,7 @@ static struct {
{ "Comment", EXTRACTOR_COMMENT},
{ "Copyright", EXTRACTOR_COPYRIGHT},
{ "Source", EXTRACTOR_SOURCE},
- { "Creation Time", EXTRACTOR_DATE},
+ { "Creation Time", EXTRACTOR_CREATION_DATE},
{ "Title", EXTRACTOR_TITLE},
{ "Software", EXTRACTOR_SOFTWARE},
{ "Disclaimer", EXTRACTOR_DISCLAIMER},