summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator/Res
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-08 08:57:50 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-08 08:57:50 +0000
commitb497a526231d4aec71dcfb8d515278fb2bfd812c (patch)
tree02a8b90dfc288a9d378c1a06478ceaf3cdfd7679 /plugins/NewsAggregator/Res
parent31882eb683b9cdcbd1be14b9de9337a2fe0dae5f (diff)
added icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@3011 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Res')
-rw-r--r--plugins/NewsAggregator/Res/Disabled.icobin0 -> 1150 bytes
-rw-r--r--plugins/NewsAggregator/Res/Enabled.icobin0 -> 1150 bytes
-rw-r--r--plugins/NewsAggregator/Res/Main.icobin6318 -> 5430 bytes
-rw-r--r--plugins/NewsAggregator/Res/Resource.rc12
4 files changed, 7 insertions, 5 deletions
diff --git a/plugins/NewsAggregator/Res/Disabled.ico b/plugins/NewsAggregator/Res/Disabled.ico
new file mode 100644
index 0000000000..12082e020d
--- /dev/null
+++ b/plugins/NewsAggregator/Res/Disabled.ico
Binary files differ
diff --git a/plugins/NewsAggregator/Res/Enabled.ico b/plugins/NewsAggregator/Res/Enabled.ico
new file mode 100644
index 0000000000..8f8038d093
--- /dev/null
+++ b/plugins/NewsAggregator/Res/Enabled.ico
Binary files differ
diff --git a/plugins/NewsAggregator/Res/Main.ico b/plugins/NewsAggregator/Res/Main.ico
index 4e9d1abc51..6b7f66dfd4 100644
--- a/plugins/NewsAggregator/Res/Main.ico
+++ b/plugins/NewsAggregator/Res/Main.ico
Binary files differ
diff --git a/plugins/NewsAggregator/Res/Resource.rc b/plugins/NewsAggregator/Res/Resource.rc
index ccfef31466..5fde4829c9 100644
--- a/plugins/NewsAggregator/Res/Resource.rc
+++ b/plugins/NewsAggregator/Res/Resource.rc
@@ -26,11 +26,13 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
-IDI_ICON ICON "Main.ico"
-IDI_CHECKALL ICON "CheckAll.ico"
-IDI_ADDFEED ICON "AddFeed.ico"
-IDI_IMPORTFEEDS ICON "Import.ico"
-IDI_EXPORTFEEDS ICON "Export.ico"
+IDI_ICON ICON "Main.ico"
+IDI_CHECKALL ICON "CheckAll.ico"
+IDI_ADDFEED ICON "AddFeed.ico"
+IDI_IMPORTFEEDS ICON "Import.ico"
+IDI_EXPORTFEEDS ICON "Export.ico"
+IDI_ENABLED ICON "Enabled.ico"
+IDI_DISABLED ICON "Disabled.ico"
/////////////////////////////////////////////////////////////////////////////
//