Apply 1937009: "Removing error from the console" from Chris Norman.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 7 Apr 2008 20:15:28 +0000 (20:15 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 7 Apr 2008 20:15:28 +0000 (20:15 +0000)
git-svn-id: http://svn.voria.com/code@1977 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/synfigapp/settings.cpp

index 5399109..c3b3810 100644 (file)
@@ -199,7 +199,7 @@ Settings::save_to_file(const synfig::String& filename)const
                        {
                                if(!file)return false;
                                String ret = get_value(*iter);
-                               if (ret != String()) file<<*iter<<'='<<ret<<endl;
+                               if (ret != String()) file<<*iter<<'='<<(ret == "none" ? "normal" : ret)<<endl;
                        }
                }