Add 'gif' to the list of extensions recognised by the Papagayo importer.
[synfig.git] / 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"  ||