mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 21:55:34 +08:00
(CreateArchiveDialog): order formats by tag.
This commit is contained in:
parent
14959d1d36
commit
25346369bf
@ -52,7 +52,7 @@ namespace GARbro.GUI
|
|||||||
ArchiveName.Text = initial_name;
|
ArchiveName.Text = initial_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
private readonly IEnumerable<ArchiveFormat> m_formats = FormatCatalog.Instance.ArcFormats.Where (f => f.CanCreate);
|
private readonly IEnumerable<ArchiveFormat> m_formats = FormatCatalog.Instance.ArcFormats.Where (f => f.CanCreate).OrderBy (f => f.Tag);
|
||||||
|
|
||||||
public IEnumerable<ArchiveFormat> ArcFormats { get { return m_formats; } }
|
public IEnumerable<ArchiveFormat> ArcFormats { get { return m_formats; } }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user