summaryrefslogtreecommitdiff
path: root/plugins/Popup/res
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-12 22:33:15 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-12 22:33:15 +0000
commit65d21daad01ddb2323d87ef343cfeef8fde5650b (patch)
treef7817dd0eb6fb5473be0b98c7802b0f581e31549 /plugins/Popup/res
parent9f0a1dbca0ae937808dbbe1ad754428b75c2c70b (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')
-rw-r--r--plugins/Popup/res/Check_off.icobin1150 -> 0 bytes
-rw-r--r--plugins/Popup/res/Check_on.icobin1150 -> 0 bytes
-rw-r--r--plugins/Popup/res/Radio_off.icobin1150 -> 0 bytes
-rw-r--r--plugins/Popup/res/Radio_on.icobin1150 -> 0 bytes
-rw-r--r--plugins/Popup/res/resource.rc4
5 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Popup/res/Check_off.ico b/plugins/Popup/res/Check_off.ico
deleted file mode 100644
index 2a78c302df..0000000000
--- a/plugins/Popup/res/Check_off.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/Popup/res/Check_on.ico b/plugins/Popup/res/Check_on.ico
deleted file mode 100644
index 0ba1d546f3..0000000000
--- a/plugins/Popup/res/Check_on.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/Popup/res/Radio_off.ico b/plugins/Popup/res/Radio_off.ico
deleted file mode 100644
index 79389689bf..0000000000
--- a/plugins/Popup/res/Radio_off.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/Popup/res/Radio_on.ico b/plugins/Popup/res/Radio_on.ico
deleted file mode 100644
index b6a9df40e2..0000000000
--- a/plugins/Popup/res/Radio_on.ico
+++ /dev/null
Binary files differ
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"