mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-24 12:47:32 +08:00
localization.
This commit is contained in:
@@ -154,7 +154,7 @@ namespace GARbro.GUI
|
||||
if (m_current_preview == preview) // compare by reference
|
||||
{
|
||||
PreviewPane.Source = bitmap;
|
||||
SetStatusText (string.Format ("Image {0} x {1} x {2}bpp", bitmap.PixelWidth,
|
||||
SetStatusText (string.Format (guiStrings.MsgImageSize, bitmap.PixelWidth,
|
||||
bitmap.PixelHeight, bitmap.Format.BitsPerPixel));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user