diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-21 09:04:03 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-21 09:04:03 +0000 |
commit | f8f7f8976a4c05afb34e6b4a89116d244ce73d5f (patch) | |
tree | f41a45b181aa0b4d8212ae9562f228352c4f7c68 /plugins/NewsAggregator/Src/resource.h | |
parent | 48cc535107e4d4cabbfd162a32896509df3b7ce6 (diff) |
added items for moving all feeds
git-svn-id: http://svn.miranda-ng.org/main/trunk@5438 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/resource.h')
-rw-r--r-- | plugins/NewsAggregator/Src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/resource.h b/plugins/NewsAggregator/Src/resource.h index e45b33deeb..9d682755e4 100644 --- a/plugins/NewsAggregator/Src/resource.h +++ b/plugins/NewsAggregator/Src/resource.h @@ -38,9 +38,10 @@ #define IDC_FEEDSEXPORTLIST 1109
#define IDC_ADDFEED 1110
#define IDC_REMOVEFEED 1111
+#define IDC_ADDALLFEEDS 1112
+#define IDC_REMOVEALLFEEDS 1113
#define IDC_IMPORTFILEPATH 1114
#define IDC_BROWSEIMPORTFILE 1115
-#define IDC_LOADIMPORTFILE 1116
#define IDC_FEEDSIMPORTLIST 1117
#define IDC_FEEDNAME 1124
|