diff options
author | George Hazan <ghazan@miranda.im> | 2020-03-20 17:37:57 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-03-20 17:37:57 +0300 |
commit | 068a19fb0f4c2f8efa79977a3e3c8dd239ca8a33 (patch) | |
tree | f87548ac30163f0acdba09740d9689db946e8c9c /plugins/IEView/res | |
parent | ac4f98481f89b180c40b033d47e113a3cbef9233 (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.ico | bin | 0 -> 1150 bytes | |||
-rw-r--r-- | plugins/IEView/res/ieview.rc | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/plugins/IEView/res/code.ico b/plugins/IEView/res/code.ico Binary files differnew file mode 100644 index 0000000000..f128f86651 --- /dev/null +++ b/plugins/IEView/res/code.ico 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"
|