diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-12 22:33:15 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-12 22:33:15 +0000 |
commit | 65d21daad01ddb2323d87ef343cfeef8fde5650b (patch) | |
tree | f7817dd0eb6fb5473be0b98c7802b0f581e31549 /plugins/Popup/res/resource.rc | |
parent | 9f0a1dbca0ae937808dbbe1ad754428b75c2c70b (diff) |
Popup: fix #680
git-svn-id: http://svn.miranda-ng.org/main/trunk@15337 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/res/resource.rc')
-rw-r--r-- | plugins/Popup/res/resource.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Popup/res/resource.rc b/plugins/Popup/res/resource.rc index 6f390d8cb4..988e0ab49c 100644 --- a/plugins/Popup/res/resource.rc +++ b/plugins/Popup/res/resource.rc @@ -32,10 +32,6 @@ IDI_PU_FAVOURITE ICON "popup_fav.ico" IDI_NOPOPUP ICON "popup_no.ico"
IDI_HISTORY ICON "popup_history.ico"
IDI_RELOAD ICON "reload.ico"
-IDI_OPT_CHECK_OFF ICON "Check_off.ico"
-IDI_OPT_CHECK_ON ICON "Check_on.ico"
-IDI_OPT_RADIO_OFF ICON "Radio_off.ico"
-IDI_OPT_RADIO_ON ICON "Radio_on.ico"
IDI_ACT_INFO ICON "info.ico"
IDI_ACT_MENU ICON "menu.ico"
IDI_ACT_MESSAGE ICON "message.ico"
|