mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
bind destination to ExtractDialog.Destination property.
This commit is contained in:
@@ -46,7 +46,7 @@ namespace GARbro.GUI
|
||||
{
|
||||
InitializeComponent();
|
||||
ExtractLabel.Text = string.Format (guiStrings.LabelExtractAllTo, filename);
|
||||
DestinationDir.Text = destination;
|
||||
Destination = destination;
|
||||
|
||||
ExtractImages.IsChecked = Settings.Default.appExtractImages;
|
||||
ExtractText.IsChecked = Settings.Default.appExtractText;
|
||||
|
||||
Reference in New Issue
Block a user