From 3eab86e88f98801a4983c7ed5d08936b81741f3e Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Thu, 22 Apr 2010 05:04:36 +0000 Subject: API standardization cosmetic changes git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@510 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yapp/options.cpp') diff --git a/yapp/options.cpp b/yapp/options.cpp index 2b095ef..5edca0b 100644 --- a/yapp/options.cpp +++ b/yapp/options.cpp @@ -434,14 +434,14 @@ static INT_PTR CALLBACK DlgProcOptsClasses(HWND hwndDlg, UINT msg, WPARAM wParam PopupClassInstance d = {sizeof(d), pc.pszName}; d.pwszTitle = L"Preview"; d.pwszText = L"The quick brown fox jumps over the lazy dog."; - CallService(MS_YAPP_CLASSINSTANCE, (WPARAM)&pc, (LPARAM)&d); + CallService(MS_POPUP_ADDPOPUPCLASS, (WPARAM)&pc, (LPARAM)&d); } else { PopupClass pc = newclasses[i]; pc.windowProc = 0; PopupClassInstance d = {sizeof(d), pc.pszName}; d.pszTitle = "Preview"; d.pszText = "The quick brown fox jumps over the lazy dog."; - CallService(MS_YAPP_CLASSINSTANCE, (WPARAM)&pc, (LPARAM)&d); + CallService(MS_POPUP_ADDPOPUPCLASS, (WPARAM)&pc, (LPARAM)&d); } break; } -- cgit v1.2.3