Add 'gif' to the list of extensions recognised by the Papagayo importer.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 2 Feb 2008 21:07:19 +0000 (21:07 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 2 Feb 2008 21:07:19 +0000 (21:07 +0000)
git-svn-id: http://svn.voria.com/code@1557 1f10aa63-cdf2-0310-b900-c93c546f37ac

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

index 26f02ba..ce038b9 100644 (file)
@@ -83,6 +83,7 @@ ListImporter::ListImporter(const String &filename)
                        }
 
                        if (line == "bmp"  ||
+                               line == "gif"  ||
                                line == "jpg"  ||
                                line == "png"  ||
                                line == "ppm"  ||