mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-27 06:07:35 +08:00
(GUI): added scale large image option.
This commit is contained in:
18
GUI/Strings/guiStrings.Designer.cs
generated
18
GUI/Strings/guiStrings.Designer.cs
generated
@@ -1273,6 +1273,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Image viewer.
|
||||
/// </summary>
|
||||
public static string TextViewer {
|
||||
get {
|
||||
return ResourceManager.GetString("TextViewer", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Visit download page.
|
||||
/// </summary>
|
||||
@@ -1326,5 +1335,14 @@ namespace GARbro.GUI.Strings {
|
||||
return ResourceManager.GetString("Type_NONE", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Scale large images to fit window.
|
||||
/// </summary>
|
||||
public static string winDownScaleImage {
|
||||
get {
|
||||
return ResourceManager.GetString("winDownScaleImage", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user