diff options
Diffstat (limited to 'plugins/NewsAggregator/Src/Options.cpp')
-rw-r--r-- | plugins/NewsAggregator/Src/Options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewsAggregator/Src/Options.cpp b/plugins/NewsAggregator/Src/Options.cpp index 01b2262edc..f98fc6665e 100644 --- a/plugins/NewsAggregator/Src/Options.cpp +++ b/plugins/NewsAggregator/Src/Options.cpp @@ -773,7 +773,7 @@ void CFeedEditor::OnCheckFeed(CCtrlBase*) wchar_t *tszTitle = nullptr;
ptrW strfeedurl(m_feedurl.GetText());
if (strfeedurl || mir_wstrcmp(strfeedurl, L"http://") != 0 || mir_wstrcmp(strfeedurl, L"") != 0)
- tszTitle = (wchar_t*)CheckFeed(strfeedurl, m_hwnd);
+ tszTitle = (wchar_t*)CheckFeed(strfeedurl, this);
else
MessageBox(m_hwnd, TranslateT("Enter Feed URL"), TranslateT("Error"), MB_OK);
m_feedtitle.SetText(tszTitle);
|