Add postscript to the list of files supported by the generic loader
authorVincent Torri <vincent.torri@gmail.com>
Thu, 19 May 2011 12:41:17 +0000 (12:41 +0000)
committerVincent Torri <vincent.torri@gmail.com>
Thu, 19 May 2011 12:41:17 +0000 (12:41 +0000)
SVN revision: 59533

legacy/evas/src/lib/engines/common/evas_image_load.c

index 23b9930..c023516 100644 (file)
@@ -40,6 +40,7 @@ static const struct ext_loader_s loaders[] =
    { ".cur", "ico" },
    { ".psd", "psd" },
    { ".pdf", "generic" },
+   { ".ps", "generic" },
    { ".xcf", "generic" },
    { ".xcf.gz", "generic" }
 };