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

b/trunk/Pithos.Client.WPF/Properties/Settings.Designer.cs
241 241
        
242 242
        [global::System.Configuration.UserScopedSettingAttribute()]
243 243
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
244
        [global::System.Configuration.DefaultSettingValueAttribute("\r\n          <ArrayOfAccountSettings xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-i" +
245
            "nstance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" />\r\n        ")]
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\" />")]
246 247
        public global::Pithos.Interfaces.AccountsCollection Accounts {
247 248
            get {
248 249
                return ((global::Pithos.Interfaces.AccountsCollection)(this["Accounts"]));
......
251 252
                this["Accounts"] = value;
252 253
            }
253 254
        }
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
        }
254 264
    }
255 265
}

Also available in: Unified diff