diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-12 21:32:25 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-12 21:32:25 +0300 |
commit | 70cf96fdda918321f2f90ffb9271d690cd55d011 (patch) | |
tree | 1cedc5c1615b2a9a254cc0e722e4786958302c36 /plugins/IEView/res | |
parent | 2f112b300d2c5582b9a614ce3588d6d6879bcd1c (diff) |
fixes #4726 (IEView: remove duplicate "Code" button)
Diffstat (limited to 'plugins/IEView/res')
-rw-r--r-- | plugins/IEView/res/ieview.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/IEView/res/ieview.rc b/plugins/IEView/res/ieview.rc index 55499349bf..42e3b7492a 100644 --- a/plugins/IEView/res/ieview.rc +++ b/plugins/IEView/res/ieview.rc @@ -49,8 +49,6 @@ 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"
|