From 97f7bd42e9ec4bde3c3323a1d2a298c00b1d8124 Mon Sep 17 00:00:00 2001 From: niel-archer Date: Fri, 30 Dec 2011 02:47:50 +0000 Subject: [PATCH] Some over looked updates needed for changes to defaults. --- trunk/Properties/Settings.Designer.cs | 24 ++++++++++++------------ trunk/Properties/Settings.settings | 6 +++--- trunk/app.config | 6 +++--- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/trunk/Properties/Settings.Designer.cs b/trunk/Properties/Settings.Designer.cs index 7a45e8e..ccd502c 100644 --- a/trunk/Properties/Settings.Designer.cs +++ b/trunk/Properties/Settings.Designer.cs @@ -866,18 +866,6 @@ namespace LSLEditor.Properties { } } - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("ANSI")] - public string OutputFormat { - get { - return ((string)(this["OutputFormat"])); - } - set { - this["OutputFormat"] = value; - } - } - [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] @@ -1228,5 +1216,17 @@ namespace LSLEditor.Properties { return ((string)(this["Version"])); } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("UTF-8")] + public string OutputFormat { + get { + return ((string)(this["OutputFormat"])); + } + set { + this["OutputFormat"] = value; + } + } } } diff --git a/trunk/Properties/Settings.settings b/trunk/Properties/Settings.settings index 7b586d2..a404764 100644 --- a/trunk/Properties/Settings.settings +++ b/trunk/Properties/Settings.settings @@ -221,9 +221,6 @@ - - ANSI - False @@ -332,5 +329,8 @@ 2.43 + + UTF-8 + \ No newline at end of file diff --git a/trunk/app.config b/trunk/app.config index 9c52a69..96a36e4 100644 --- a/trunk/app.config +++ b/trunk/app.config @@ -185,9 +185,6 @@ - - UTF-8 - False @@ -239,6 +236,9 @@ True + + UTF-8 +