summaryrefslogtreecommitdiff
path: root/plugins/IEView/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-03-20 17:37:57 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-03-20 17:37:57 +0300
commit068a19fb0f4c2f8efa79977a3e3c8dd239ca8a33 (patch)
treef87548ac30163f0acdba09740d9689db946e8c9c /plugins/IEView/res
parentac4f98481f89b180c40b033d47e113a3cbef9233 (diff)
IEView:
- SRMM button added to insert "Code" instruction into the edit window; - ieviewModuleName renamed as it should be: MODULENAME; - code cleaning & reordering; - version bump.
Diffstat (limited to 'plugins/IEView/res')
-rw-r--r--plugins/IEView/res/code.icobin0 -> 1150 bytes
-rw-r--r--plugins/IEView/res/ieview.rc3
2 files changed, 3 insertions, 0 deletions
diff --git a/plugins/IEView/res/code.ico b/plugins/IEView/res/code.ico
new file mode 100644
index 0000000000..f128f86651
--- /dev/null
+++ b/plugins/IEView/res/code.ico
Binary files 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"