changeset 454:2f820412d356

Mark PNG as available input format.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 04 Nov 2012 12:09:30 +0200
parents 349a2ff11531
children ebb55845267c
files gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gfxconv.c	Sun Nov 04 12:07:59 2012 +0200
+++ b/gfxconv.c	Sun Nov 04 12:09:30 2012 +0200
@@ -52,7 +52,7 @@
         FFMT_ANSI   , 0,
     },
     {
-        "PNG image file", "png", FALSE, TRUE,
+        "PNG image file", "png", TRUE, TRUE,
         FFMT_IMAGE  , IMGFMT_PNG,
     },
     {