Add GIF support for imported Papagayo files.
authorgenete <genete@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 25 Sep 2008 21:25:56 +0000 (21:25 +0000)
committergenete <genete@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Thu, 25 Sep 2008 21:25:56 +0000 (21:25 +0000)
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2073 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/listimporter.cpp

index 02680f0..0690c2f 100644 (file)
@@ -88,6 +88,7 @@ ListImporter::ListImporter(const String &filename)
                                line == "jpg"  ||
                                line == "png"  ||
                                line == "ppm"  ||
+                               line == "gif"  ||
                                line == "tiff" )
                        {
                                ext = String(".") + line;