Add postscript to the list of files supported by the generic loader

SVN revision: 59533
This commit is contained in:
Vincent Torri 2011-05-19 12:41:17 +00:00
parent f13ec69e34
commit 9347b624a6
1 changed files with 1 additions and 0 deletions

View 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" }
};