diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-20 19:15:25 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-20 19:15:25 +0000 |
commit | ac057302bf57012c40e3307e2fde6669f7c21322 (patch) | |
tree | a9c499c8a1d5602c54598fd7a5906732135cb3c5 /plugins/NewsAggregator/Src/Common.h | |
parent | f151d55145f7e656985faee8af3e75402e8c3f4b (diff) |
wbOSD changed codepage to utf-8
NewsAggregator: Import added in main menu
git-svn-id: http://svn.miranda-ng.org/main/trunk@5070 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Common.h')
-rw-r--r-- | plugins/NewsAggregator/Src/Common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewsAggregator/Src/Common.h b/plugins/NewsAggregator/Src/Common.h index 2c664d035b..15c40a1d85 100644 --- a/plugins/NewsAggregator/Src/Common.h +++ b/plugins/NewsAggregator/Src/Common.h @@ -129,6 +129,7 @@ VOID CheckCurrentFeed(HANDLE hContact); VOID CheckCurrentFeedAvatar(HANDLE hContact);
TCHAR* CheckFeed(TCHAR* tszURL, HWND hwndDlg);
void UpdateMenu(BOOL State);
+int ImportFeedsDialog();
// =============== NewsAggregator SERVICES ================
// Check all Feeds info
|