mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
renamed Will ARC-related settings and widget.
to distinguish from upcoming ShiinaRio WARC stuff.
This commit is contained in:
@@ -111,12 +111,12 @@ namespace GameRes.Formats.Will
|
||||
|
||||
public override ResourceOptions GetDefaultOptions ()
|
||||
{
|
||||
return new ArcOptions { NameLength = Settings.Default.WARCNameLength };
|
||||
return new ArcOptions { NameLength = Settings.Default.ARCNameLength };
|
||||
}
|
||||
|
||||
public override object GetCreationWidget ()
|
||||
{
|
||||
return new GUI.CreateWARCWidget();
|
||||
return new GUI.CreateARCWidget();
|
||||
}
|
||||
|
||||
internal class ArcEntry : Entry
|
||||
|
||||
Reference in New Issue
Block a user