Revision d17258c2 trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs

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

Also available in: Unified diff