summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregstor/Src/Icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewsAggregstor/Src/Icons.cpp')
-rw-r--r--plugins/NewsAggregstor/Src/Icons.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/NewsAggregstor/Src/Icons.cpp b/plugins/NewsAggregstor/Src/Icons.cpp
index a0c08f7825..096a38086b 100644
--- a/plugins/NewsAggregstor/Src/Icons.cpp
+++ b/plugins/NewsAggregstor/Src/Icons.cpp
@@ -29,12 +29,12 @@ struct _tag_iconList
static iconList[] =
{
- { _T("Protocol icon"), "main", IDI_ICON },
- { _T("Check All Feeds"), "checkall", IDI_CHECKALL },
- { _T("Add Feed"), "addfeed", IDI_ADDFEED },
- { _T("Import Feeds"), "importfeeds", IDI_IMPORTFEEDS },
- { _T("Export Feeds"), "exportfeeds", IDI_EXPORTFEEDS },
- { _T("Check Feed"), "checkfeed", IDI_CHECKALL },
+ { LPGENT("Protocol icon"), "main", IDI_ICON },
+ { LPGENT("Check All Feeds"), "checkall", IDI_CHECKALL },
+ { LPGENT("Add Feed"), "addfeed", IDI_ADDFEED },
+ { LPGENT("Import Feeds"), "importfeeds", IDI_IMPORTFEEDS },
+ { LPGENT("Export Feeds"), "exportfeeds", IDI_EXPORTFEEDS },
+ { LPGENT("Check Feed"), "checkfeed", IDI_CHECKALL },
};
VOID InitIcons()