diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-21 11:08:31 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-07-21 11:08:31 +0000 |
commit | dc7afe060450b16690b58ef6d68ccf9b769059cd (patch) | |
tree | 4605753a3cf4528a4672f8b6e948e07bf6ffb4e1 | |
parent | a971c497d5c86f11df8a048e3e9eb88691966169 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@5441 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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 733d325dd9..7e18296860 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)
{
- CreateDialogParam(hInst, MAKEINTRESOURCE(IDD_FEEDIMPORT), NULL, DlgProcImportOpts, NULL);
+ CreateDialog(hInst, MAKEINTRESOURCE(IDD_FEEDIMPORT), NULL, DlgProcImportOpts);
return 0;
}
|