Modified loggers to use their enclosing class
[pithos-ms-client] / trunk / Pithos.Client.WPF / Properties / Settings.Designer.cs
index aca6439..cec2bff 100644 (file)
@@ -214,7 +214,7 @@ namespace Pithos.Client.WPF.Properties {
         
         [global::System.Configuration.ApplicationScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/login")]
+        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr/login")]
         public string PithosLoginUrl {
             get {
                 return ((string)(this["PithosLoginUrl"]));
@@ -223,7 +223,7 @@ namespace Pithos.Client.WPF.Properties {
         
         [global::System.Configuration.ApplicationScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/tools/feedback")]
+        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr/im/feedback")]
         public string FeedbackUri {
             get {
                 return ((string)(this["FeedbackUri"]));
@@ -244,7 +244,7 @@ namespace Pithos.Client.WPF.Properties {
         
         [global::System.Configuration.ApplicationScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("http://plus.pithos.grnet.gr")]
+        [global::System.Configuration.DefaultSettingValueAttribute("https://plus.pithos.grnet.gr")]
         public string ProductionServer {
             get {
                 return ((string)(this["ProductionServer"]));
@@ -253,7 +253,7 @@ namespace Pithos.Client.WPF.Properties {
         
         [global::System.Configuration.ApplicationScopedSettingAttribute()]
         [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
-        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr")]
+        [global::System.Configuration.DefaultSettingValueAttribute("https://pithos.dev.grnet.gr")]
         public string DevelopmentServer {
             get {
                 return ((string)(this["DevelopmentServer"]));
@@ -306,5 +306,17 @@ namespace Pithos.Client.WPF.Properties {
                 this["HashingParallelism"] = value;
             }
         }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("00:01:00")]
+        public global::System.TimeSpan StartupDelay {
+            get {
+                return ((global::System.TimeSpan)(this["StartupDelay"]));
+            }
+            set {
+                this["StartupDelay"] = value;
+            }
+        }
     }
 }