mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-23 04:15:09 +08:00
added preliminary archive creation support.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace GARbro.GUI
|
||||
public ExtractFile (EntryViewModel entry, string destination)
|
||||
{
|
||||
InitializeComponent();
|
||||
ExtractLabel.Text = string.Format (guiStrings.TextExtractFileTo, entry.Name);
|
||||
ExtractLabel.Text = string.Format (guiStrings.LabelExtractFileTo, entry.Name);
|
||||
DestinationDir.Text = destination;
|
||||
if ("image" == entry.Type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user