Save as .sifz by default (if there is no '.' in the saved file's path).
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 17 Sep 2007 20:49:57 +0000 (20:49 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 17 Sep 2007 20:49:57 +0000 (20:49 +0000)
git-svn-id: http://svn.voria.com/code@698 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/instance.cpp

index 09fc936..190eafb 100644 (file)
@@ -266,7 +266,7 @@ studio::Instance::dialog_save_as()
                        continue;
 
                if(find(filename.begin(),filename.end(),'.')==filename.end())
-                       filename+=".sif";
+                       filename+=".sifz";
 
                try
                {