diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-19 12:48:37 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-19 12:48:37 +0000 |
commit | 12f2352ab23dac1a624d08e8a4e022c6d6ccc981 (patch) | |
tree | 876001a391065ec4ce87590c8449fe1cb1b8ccb3 /plugins/NewsAggregator/Src/Services.cpp | |
parent | 2c084a795884f93cbd52501e63c2ecc6fe24aa45 (diff) |
export work correct
git-svn-id: http://svn.miranda-ng.org/main/trunk@5419 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Services.cpp')
-rw-r--r-- | plugins/NewsAggregator/Src/Services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Services.cpp b/plugins/NewsAggregator/Src/Services.cpp index 6c2a2ca3e1..f4d296ebfe 100644 --- a/plugins/NewsAggregator/Src/Services.cpp +++ b/plugins/NewsAggregator/Src/Services.cpp @@ -192,7 +192,7 @@ INT_PTR ImportFeeds(WPARAM wParam, LPARAM lParam) INT_PTR ExportFeeds(WPARAM wParam, LPARAM lParam)
{
- ExportFeedsDialog();
+ CreateDialog(hInst, MAKEINTRESOURCE(IDD_FEEDEXPORT), NULL, DlgProcExportOpts);
return 0;
}
|