From e2530b85347a8e0a3344174c3575284a76f512aa Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 20 May 2018 16:19:56 +0300 Subject: UserInfo_AddPage() helper replaced with CMPLugin::addUserInfo() --- plugins/Quotes/src/QuoteInfoDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Quotes/src') diff --git a/plugins/Quotes/src/QuoteInfoDlg.cpp b/plugins/Quotes/src/QuoteInfoDlg.cpp index 482597d12a..c95504e08d 100644 --- a/plugins/Quotes/src/QuoteInfoDlg.cpp +++ b/plugins/Quotes/src/QuoteInfoDlg.cpp @@ -113,7 +113,7 @@ int QuotesEventFunc_OnUserInfoInit(WPARAM wp, LPARAM lp) odp.position = -2000000000; odp.pszTemplate = MAKEINTRESOURCEA(IDD_DIALOG_QUOTE_INFO); odp.szTitle.a = LPGEN("Quote"); - UserInfo_AddPage(wp, &odp); + g_plugin.addUserInfo(wp, &odp); return 0; } -- cgit v1.2.3