diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-17 14:25:15 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-17 14:25:15 +0000 |
commit | b968287dc40d6c6207c2ab758a22cfc9c10917b2 (patch) | |
tree | b170e508c553712ba99c045159bd1f065f67159d /plugins/NewsAggregstor/Src/Icons.cpp | |
parent | 5cc2ae83b687beeab67e039159ead88ae885ad50 (diff) |
obsolete project files cleanup and overall adjustment: Part 4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregstor/Src/Icons.cpp')
-rw-r--r-- | plugins/NewsAggregstor/Src/Icons.cpp | 12 |
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()
|