Revision 2f41824c trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs

b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
239 239
            }
240 240
        }
241 241
        
242
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
243
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
244
        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/feedback.html")]
245
        public string FeedbackUri {
246
            get {
247
                return ((string)(this["FeedbackUri"]));
248
            }
249
        }
250
        
242 251
        [global::System.Configuration.UserScopedSettingAttribute()]
243 252
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
244
        [global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfAccountSettings xmlns:xsi=\"http:" +
245
            "//www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchem" +
246
            "a\" />")]
253
        [global::System.Configuration.DefaultSettingValueAttribute("\r\n          <ArrayOfAccountSettings xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-i" +
254
            "nstance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" />\r\n        ")]
247 255
        public global::Pithos.Interfaces.AccountsCollection Accounts {
248 256
            get {
249 257
                return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
......
252 260
                this["Accounts"] = value;
253 261
            }
254 262
        }
255
        
256
        [global::System.Configuration.ApplicationScopedSettingAttribute()]
257
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
258
        [global::System.Configuration.DefaultSettingValueAttribute("http://pithos.dev.grnet.gr/feedback.html")]
259
        public string FeedbackUri {
260
            get {
261
                return ((string)(this["FeedbackUri"]));
262
            }
263
        }
264 263
    }
265 264
}

Also available in: Unified diff