From 068a19fb0f4c2f8efa79977a3e3c8dd239ca8a33 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 20 Mar 2020 17:37:57 +0300 Subject: IEView: - SRMM button added to insert "Code" instruction into the edit window; - ieviewModuleName renamed as it should be: MODULENAME; - code cleaning & reordering; - version bump. --- plugins/IEView/res/code.ico | Bin 0 -> 1150 bytes plugins/IEView/res/ieview.rc | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 plugins/IEView/res/code.ico (limited to 'plugins/IEView/res') diff --git a/plugins/IEView/res/code.ico b/plugins/IEView/res/code.ico new file mode 100644 index 0000000000..f128f86651 Binary files /dev/null and b/plugins/IEView/res/code.ico differ diff --git a/plugins/IEView/res/ieview.rc b/plugins/IEView/res/ieview.rc index a92ce0bee4..55499349bf 100644 --- a/plugins/IEView/res/ieview.rc +++ b/plugins/IEView/res/ieview.rc @@ -48,6 +48,9 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. + +IDI_CODE ICON "code.ico" + IDI_RTL_ON ICON "rtl_on.ico" IDI_RTL_OFF ICON "rtl_off.ico" -- cgit v1.2.3