diff --git a/Application/App.xaml.cs b/Application/App.xaml.cs index 92b491d..2e10bc0 100644 --- a/Application/App.xaml.cs +++ b/Application/App.xaml.cs @@ -88,10 +88,6 @@ namespace FeedCenter // Set whether we should auto-start Current.SetStartWithWindows(Settings.Default.StartWithWindows); - // Set whether we should be the default feed reader - if (Settings.Default.RegisterAsDefaultFeedReader) - SystemConfiguration.SetDefaultFeedReader(); - // Initialize the window mainWindow.Initialize(); diff --git a/Application/FeedErrorWindow.xaml b/Application/FeedErrorWindow.xaml index b0b52a0..2b68e79 100644 --- a/Application/FeedErrorWindow.xaml +++ b/Application/FeedErrorWindow.xaml @@ -7,7 +7,7 @@ WindowStartupLocation="CenterOwner" Icon="/FeedCenter;component/Resources/Application.ico" xmlns:my="clr-namespace:FeedCenter.Properties" - xmlns:LinkControl="clr-namespace:Common.Wpf.LinkControl;assembly=Common.Wpf" + xmlns:linkControl="clr-namespace:Common.Wpf.LinkControl;assembly=Common.Wpf" WindowStyle="ToolWindow"> @@ -16,7 +16,7 @@ - - - + - - + - - + - - + - +