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

@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18444
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -241,12 +241,12 @@ namespace GameRes.Formats.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("8")]
public int WARCNameLength {
public int ARCNameLength {
get {
return ((int)(this["WARCNameLength"]));
return ((int)(this["ARCNameLength"]));
}
set {
this["WARCNameLength"] = value;
this["ARCNameLength"] = value;
}
}
@@ -273,5 +273,17 @@ namespace GameRes.Formats.Properties {
this["KCAPScheme"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string WARCScheme {
get {
return ((string)(this["WARCScheme"]));
}
set {
this["WARCScheme"] = value;
}
}
}
}