diff options
author | fcolin | 2007-02-01 09:52:37 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 09:52:37 +0000 |
commit | ef216647aaaa04b0e38cc46683297b567a482a95 (patch) | |
tree | 4f5a4c84c5b57cb6df7d2b63aba8da0d48a420fd | |
parent | 53b23de246e94355c0ae9338c74627301dc447c8 (diff) | |
download | ivy-csharp-ef216647aaaa04b0e38cc46683297b567a482a95.zip ivy-csharp-ef216647aaaa04b0e38cc46683297b567a482a95.tar.gz ivy-csharp-ef216647aaaa04b0e38cc46683297b567a482a95.tar.bz2 ivy-csharp-ef216647aaaa04b0e38cc46683297b567a482a95.tar.xz |
Utilisateur : Fcolin Date : 26/01/06 Heure : 17:33 Archivé dans $/CSharp/Ivy/Ivy/Properties Commentaire: (vss 4)
-rw-r--r-- | CSharp/Ivy/Ivy/Properties/Settings.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CSharp/Ivy/Ivy/Properties/Settings.Designer.cs b/CSharp/Ivy/Ivy/Properties/Settings.Designer.cs index 766119a..9a0bc41 100644 --- a/CSharp/Ivy/Ivy/Properties/Settings.Designer.cs +++ b/CSharp/Ivy/Ivy/Properties/Settings.Designer.cs @@ -43,7 +43,7 @@ namespace IvyBus.Properties { [global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
+ [global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool IvyDebug {
get {
return ((bool)(this["IvyDebug"]));
|