From 30e7a470d35f0c229336281ab1a60a721c8a59ed Mon Sep 17 00:00:00 2001 From: morkt Date: Sun, 14 Jun 2015 13:54:03 +0400 Subject: [PATCH] added "ignore errors" option to media conversion. --- App.config | 3 +++ ConvertMedia.xaml | 4 +++- GarConvert.cs | 2 +- Properties/AssemblyInfo.cs | 4 ++-- Properties/Settings.Designer.cs | 12 ++++++++++++ Properties/Settings.settings | 3 +++ Strings/guiStrings.Designer.cs | 11 ++++++++++- Strings/guiStrings.resx | 5 ++++- Strings/guiStrings.ru-RU.resx | 5 ++++- 9 files changed, 42 insertions(+), 7 deletions(-) diff --git a/App.config b/App.config index 3940edd0..34321363 100644 --- a/App.config +++ b/App.config @@ -85,6 +85,9 @@ True + + False + diff --git a/ConvertMedia.xaml b/ConvertMedia.xaml index a62d0ad6..4bbc7d8a 100644 --- a/ConvertMedia.xaml +++ b/ConvertMedia.xaml @@ -14,7 +14,9 @@ ItemsSource="{Binding Source={x:Static g:FormatCatalog.Instance}, Path=ImageFormats, Mode=OneWay}" SelectedValuePath="Tag" SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=appLastImageFormat, Mode=TwoWay}"/> - + +