--- trunk/RomCheater.Logging/Properties/Settings.Designer.cs 2012/05/09 16:14:39 63 +++ trunk/RomCheater.Logging/Properties/Settings.Designer.cs 2012/05/10 13:55:44 111 @@ -37,10 +37,10 @@ namespace RomCheater.Logging.Properties [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("5")] - public int LoggingFlags { + [global::System.Configuration.DefaultSettingValueAttribute("7")] + public ushort LoggingFlags { get { - return ((int)(this["LoggingFlags"])); + return ((ushort)(this["LoggingFlags"])); } set { this["LoggingFlags"] = value; |