(GUI): added "select files by mask" context menu item.

This commit is contained in:
morkt
2017-01-12 11:31:51 +04:00
parent 89b7d2cfd3
commit 7b7f50f3b9
6 changed files with 26 additions and 0 deletions

View File

@@ -213,6 +213,15 @@ namespace GARbro.GUI.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Select files by mask....
/// </summary>
public static string CtxMenuSelectByMask {
get {
return ResourceManager.GetString("CtxMenuSelectByMask", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Sort by.
/// </summary>