(WidgetDPK): update key fields in code-behind.

This commit is contained in:
morkt
2015-06-02 16:56:32 +04:00
parent 60f853835e
commit 315aa97e88
5 changed files with 42 additions and 23 deletions

View File

@@ -124,6 +124,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to 32-bit hex number.
/// </summary>
public static string ArcHex32Bit {
get {
return ResourceManager.GetString("ArcHex32Bit", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to no encryption.
/// </summary>