Some over looked updates needed for changes to defaults.

This commit is contained in:
niel-archer 2011-12-30 02:47:50 +00:00
parent 971a6ee212
commit 97f7bd42e9
3 changed files with 18 additions and 18 deletions

View file

@ -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;
}
}
}
}