renamed Will ARC-related settings and widget.

to distinguish from upcoming ShiinaRio WARC stuff.
This commit is contained in:
morkt
2015-04-19 19:08:56 +04:00
parent 00f5d31d23
commit 1342736ee6
6 changed files with 31 additions and 13 deletions

View File

@@ -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