From 5641c8b6baaa7805e4672e725293bcec13692095 Mon Sep 17 00:00:00 2001 From: morkt Date: Tue, 19 Apr 2016 12:33:36 +0400 Subject: [PATCH] choose destination directory for files conversion. --- GUI/ConvertMedia.xaml | 16 ++++++++++++++++ GUI/ConvertMedia.xaml.cs | 29 +++++++++++++++++++++++++++++ GUI/GarConvert.cs | 28 +++++++++++++++++++++++----- GUI/Strings/guiStrings.Designer.cs | 11 ++++++++++- GUI/Strings/guiStrings.ko-KR.resx | 6 +++++- GUI/Strings/guiStrings.resx | 3 +++ GUI/Strings/guiStrings.ru-RU.resx | 3 +++ GUI/Strings/guiStrings.zh-Hans.resx | 4 ++++ 8 files changed, 93 insertions(+), 7 deletions(-) diff --git a/GUI/ConvertMedia.xaml b/GUI/ConvertMedia.xaml index 4bbc7d8a..b2583ced 100644 --- a/GUI/ConvertMedia.xaml +++ b/GUI/ConvertMedia.xaml @@ -4,6 +4,7 @@ xmlns:s="clr-namespace:GARbro.GUI.Strings" xmlns:p="clr-namespace:GARbro.GUI.Properties" xmlns:g="clr-namespace:GameRes;assembly=GameRes" + xmlns:local="clr-namespace:GARbro.GUI" Title="{x:Static s:guiStrings.TextConvertMedia}" ShowInTaskbar="False" WindowStartupLocation="CenterOwner" ResizeMode="NoResize" SizeToContent="WidthAndHeight" Background="{DynamicResource {x:Static SystemColors.ControlBrushKey}}"> @@ -15,6 +16,18 @@ SelectedValue="{Binding Source={x:Static p:Settings.Default}, Path=appLastImageFormat, Mode=TwoWay}"/> + + + + + + + + + @@ -23,4 +36,7 @@