From d85b18fe6e3691c9b537ac1222bdc2884667b40d Mon Sep 17 00:00:00 2001 From: dooglus Date: Sat, 2 Feb 2008 21:07:19 +0000 Subject: [PATCH] Add 'gif' to the list of extensions recognised by the Papagayo importer. git-svn-id: http://svn.voria.com/code@1557 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/synfig/listimporter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/synfig-core/trunk/src/synfig/listimporter.cpp b/synfig-core/trunk/src/synfig/listimporter.cpp index 26f02ba..ce038b9 100644 --- a/synfig-core/trunk/src/synfig/listimporter.cpp +++ b/synfig-core/trunk/src/synfig/listimporter.cpp @@ -83,6 +83,7 @@ ListImporter::ListImporter(const String &filename) } if (line == "bmp" || + line == "gif" || line == "jpg" || line == "png" || line == "ppm" || -- 2.7.4