diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-20 19:19:42 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-20 19:19:42 +0000 |
commit | fdc60f98786a6afb1667389366fe7b097a456e15 (patch) | |
tree | 03b25114c3fc24a575c1e8ffa0068e1f00b7c11e /plugins/NewsAggregator/Src/Services.cpp | |
parent | ac057302bf57012c40e3307e2fde6669f7c21322 (diff) |
Export also added
git-svn-id: http://svn.miranda-ng.org/main/trunk@5071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Services.cpp')
-rw-r--r-- | plugins/NewsAggregator/Src/Services.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewsAggregator/Src/Services.cpp b/plugins/NewsAggregator/Src/Services.cpp index e29d9902b7..6c2a2ca3e1 100644 --- a/plugins/NewsAggregator/Src/Services.cpp +++ b/plugins/NewsAggregator/Src/Services.cpp @@ -192,6 +192,7 @@ INT_PTR ImportFeeds(WPARAM wParam, LPARAM lParam) INT_PTR ExportFeeds(WPARAM wParam, LPARAM lParam)
{
+ ExportFeedsDialog();
return 0;
}
|