mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 13:48:57 +08:00
(IResource.CanWrite): new property.
(ArchiveFormat.CanCreate): renamed to CanWrite.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using System.Windows;
|
||||
using System.Linq;
|
||||
using System.Windows;
|
||||
using System.Windows.Input;
|
||||
using GameRes;
|
||||
using GARbro.GUI.Strings;
|
||||
using Microsoft.WindowsAPICodePack.Dialogs;
|
||||
|
||||
@@ -13,6 +15,7 @@ namespace GARbro.GUI
|
||||
public ConvertMedia ()
|
||||
{
|
||||
InitializeComponent ();
|
||||
ImageConversionFormat.ItemsSource = FormatCatalog.Instance.ImageFormats.Where (f => f.CanWrite);
|
||||
}
|
||||
|
||||
private void BrowseExec (object sender, ExecutedRoutedEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user