From 1f71ad2141a4c7d41f806cc4cbaa25cbf321dd73 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 9 Mar 2018 18:00:37 +0300 Subject: NewsAggregator: auth dialog moved to m_gui --- plugins/NewsAggregator/Src/Options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewsAggregator/Src/Options.cpp') 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); -- cgit v1.2.3