diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-07 13:00:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-07 13:00:51 +0300 |
commit | 00f5e35c664bd8b2b1b00de3353aa0c3e70f5423 (patch) | |
tree | 5766fc5e1bb1886b664e280b65d503a594838883 /plugins/TabSRMM/res | |
parent | e855b0922f15871e8deb07562f3d5c8ba675bf93 (diff) |
duplicate popup icons moved into global skin
Diffstat (limited to 'plugins/TabSRMM/res')
-rw-r--r-- | plugins/TabSRMM/res/res_TN/popup.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | plugins/TabSRMM/res/res_TN/popup_no.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 6 |
3 files changed, 1 insertions, 5 deletions
diff --git a/plugins/TabSRMM/res/res_TN/popup.ico b/plugins/TabSRMM/res/res_TN/popup.ico Binary files differdeleted file mode 100644 index 35fd66b479..0000000000 --- a/plugins/TabSRMM/res/res_TN/popup.ico +++ /dev/null diff --git a/plugins/TabSRMM/res/res_TN/popup_no.ico b/plugins/TabSRMM/res/res_TN/popup_no.ico Binary files differdeleted file mode 100644 index 3360bb357c..0000000000 --- a/plugins/TabSRMM/res/res_TN/popup_no.ico +++ /dev/null diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 853b18dfbb..e1a33dedaa 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -837,15 +837,11 @@ END // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_FEATURE_DISABLED ICON "overlay_disabled.ico"
-
-IDI_ENABLED ICON "res_TN\\popup.ico"
-IDI_DISABLED ICON "res_TN\\popup_no.ico"
+IDI_FEATURE_DISABLED ICON "overlay_disabled.ico"
IDI_FEATURE_ENABLED ICON "overlay_enabled.ico"
-
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
|