summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator/Src/Services.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-07-21 10:34:15 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-07-21 10:34:15 +0000
commit25bbf4a64df769564aa3b177712dfd21d910edab (patch)
tree503427c269d2be71237771bd66e336dffab721df /plugins/NewsAggregator/Src/Services.cpp
parentf8f7f8976a4c05afb34e6b4a89116d244ce73d5f (diff)
import now working correctly
git-svn-id: http://svn.miranda-ng.org/main/trunk@5439 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/Services.cpp')
-rw-r--r--plugins/NewsAggregator/Src/Services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Services.cpp b/plugins/NewsAggregator/Src/Services.cpp
index f4d296ebfe..733d325dd9 100644
--- a/plugins/NewsAggregator/Src/Services.cpp
+++ b/plugins/NewsAggregator/Src/Services.cpp
@@ -186,7 +186,7 @@ INT_PTR ChangeFeed(WPARAM wParam, LPARAM lParam)
INT_PTR ImportFeeds(WPARAM wParam, LPARAM lParam)
{
- ImportFeedsDialog();
+ CreateDialogParam(hInst, MAKEINTRESOURCE(IDD_FEEDIMPORT), NULL, DlgProcImportOpts, NULL);
return 0;
}