--- trunk/RomCheater.Logging/Properties/Settings.Designer.cs 2012/05/09 11:29:33 34 +++ trunk/RomCheater.Logging/Properties/Settings.Designer.cs 2012/05/10 13:55:44 111 @@ -13,7 +13,7 @@ namespace RomCheater.Logging.Properties [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -37,10 +37,10 @@ namespace RomCheater.Logging.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("0")] - public int LoggingFlags { + [global::System.Configuration.DefaultSettingValueAttribute("7")] + public ushort LoggingFlags { get { - return ((int)(this["LoggingFlags"])); + return ((ushort)(this["LoggingFlags"])); } set { this["LoggingFlags"] = value; |