Some over looked updates needed for changes to defaults.
git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@66 3f4676ac-adda-40fd-8265-58d1435b1672
This commit is contained in:
parent
06dafb0ec7
commit
3f6f85ca2a
3 changed files with 18 additions and 18 deletions
24
trunk/Properties/Settings.Designer.cs
generated
24
trunk/Properties/Settings.Designer.cs
generated
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue