mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-07-08 01:31:41 +08:00
added "Set file type" command.
This commit is contained in:
18
Strings/guiStrings.Designer.cs
generated
18
Strings/guiStrings.Designer.cs
generated
@@ -168,6 +168,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Set file type.
|
||||
/// </summary>
|
||||
public static string CtxMenuFileType {
|
||||
get {
|
||||
return ResourceManager.GetString("CtxMenuFileType", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open.
|
||||
/// </summary>
|
||||
@@ -1036,5 +1045,14 @@ namespace GARbro.GUI.Strings {
|
||||
return ResourceManager.GetString("Type_directory", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to none.
|
||||
/// </summary>
|
||||
public static string Type_NONE {
|
||||
get {
|
||||
return ResourceManager.GetString("Type_NONE", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user