X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Flistimporter.cpp;h=02680f02f8cf561eff2d3691b3640f58493c0c58;hb=282b5162f219e2114a59a00743180b45c238680f;hp=26f02ba8c2bb43286cb5148eb6e41e408955b773;hpb=f70a8f98d0bff0e3ee57a27028a3f606956e9fd9;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/listimporter.cpp b/synfig-core/trunk/src/synfig/listimporter.cpp index 26f02ba..02680f0 100644 --- a/synfig-core/trunk/src/synfig/listimporter.cpp +++ b/synfig-core/trunk/src/synfig/listimporter.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007, 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -83,6 +84,7 @@ ListImporter::ListImporter(const String &filename) } if (line == "bmp" || + line == "gif" || line == "jpg" || line == "png" || line == "ppm" ||