diff --git a/src/BizHawk.Client.EmuHawk/Properties/Resources.cs b/src/BizHawk.Client.EmuHawk/Properties/Resources.cs index 65c895863b..4c6d1cfbd9 100644 --- a/src/BizHawk.Client.EmuHawk/Properties/Resources.cs +++ b/src/BizHawk.Client.EmuHawk/Properties/Resources.cs @@ -112,6 +112,8 @@ namespace BizHawk.Client.EmuHawk.Properties internal static readonly Bitmap LightOn = ReadEmbeddedBitmap("LightOn"); internal static readonly Bitmap LoadConfig = ReadEmbeddedBitmap("LoadConfig"); internal static readonly Icon logo = ReadEmbeddedIcon("logo"); + internal static readonly Icon log_window_MultiSize = ReadEmbeddedIcon("log_window"); + internal static readonly Bitmap log_window = ReadEmbeddedBitmap("log_window"); internal static readonly Bitmap Lua = ReadEmbeddedBitmap("Lua"); internal static readonly Bitmap luaPictureBox = ReadEmbeddedBitmap("luaPictureBox"); internal static readonly Bitmap mame = ReadEmbeddedBitmap("mame"); diff --git a/src/BizHawk.Client.EmuHawk/images/log_window.ico b/src/BizHawk.Client.EmuHawk/images/log_window.ico new file mode 100644 index 0000000000..55740a2200 Binary files /dev/null and b/src/BizHawk.Client.EmuHawk/images/log_window.ico differ diff --git a/src/BizHawk.Client.EmuHawk/images/log_window.png b/src/BizHawk.Client.EmuHawk/images/log_window.png new file mode 100644 index 0000000000..64c4814bd8 Binary files /dev/null and b/src/BizHawk.Client.EmuHawk/images/log_window.png differ