summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator/Src/Icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewsAggregator/Src/Icons.cpp')
-rw-r--r--plugins/NewsAggregator/Src/Icons.cpp14
1 files changed, 8 insertions, 6 deletions
diff --git a/plugins/NewsAggregator/Src/Icons.cpp b/plugins/NewsAggregator/Src/Icons.cpp
index 4d10a52955..d6714cc37c 100644
--- a/plugins/NewsAggregator/Src/Icons.cpp
+++ b/plugins/NewsAggregator/Src/Icons.cpp
@@ -21,12 +21,14 @@ Boston, MA 02111-1307, USA.
static IconItem iconList[] =
{
- { LPGEN("Protocol icon"), "main", IDI_ICON },
- { LPGEN("Check All Feeds"), "checkall", IDI_CHECKALL },
- { LPGEN("Add Feed"), "addfeed", IDI_ADDFEED },
- { LPGEN("Import Feeds"), "importfeeds", IDI_IMPORTFEEDS },
- { LPGEN("Export Feeds"), "exportfeeds", IDI_EXPORTFEEDS },
- { LPGEN("Check Feed"), "checkfeed", IDI_CHECKALL }
+ {LPGEN("Protocol icon"), "main", IDI_ICON},
+ {LPGEN("Check All Feeds"), "checkall", IDI_CHECKALL},
+ {LPGEN("Add Feed"), "addfeed", IDI_ADDFEED},
+ {LPGEN("Import Feeds"), "importfeeds", IDI_IMPORTFEEDS},
+ {LPGEN("Export Feeds"), "exportfeeds", IDI_EXPORTFEEDS},
+ {LPGEN("Check Feed"), "checkfeed", IDI_CHECKALL},
+ {LPGEN("Auto Update Enabled"), "enabled", IDI_ENABLED},
+ {LPGEN("Auto Update Disabled"), "disabled", IDI_DISABLED}
};
VOID InitIcons()