(ZIP): added filename encoding setting.

This commit is contained in:
morkt
2018-02-18 03:55:00 +04:00
parent 118504e620
commit 816e392d03
9 changed files with 52 additions and 1 deletions

View File

@@ -863,6 +863,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Default file names encoding.
/// </summary>
public static string ZIPEncodingCP {
get {
return ResourceManager.GetString("ZIPEncodingCP", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Archive content is encrypted..
/// </summary>