From f4f72b8cbcd1958403eebaf80011586092157784 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 22 Jun 2012 20:39:02 +0000 Subject: removed not needed header git-svn-id: http://svn.miranda-ng.org/main/trunk@536 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ChangeKeyboardLayout/text_operations.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/ChangeKeyboardLayout/text_operations.cpp') diff --git a/plugins/ChangeKeyboardLayout/text_operations.cpp b/plugins/ChangeKeyboardLayout/text_operations.cpp index 8a1b8b097d..f4441ef4ae 100644 --- a/plugins/ChangeKeyboardLayout/text_operations.cpp +++ b/plugins/ChangeKeyboardLayout/text_operations.cpp @@ -268,7 +268,7 @@ int ChangeLayout(HWND hTextWnd, BYTE TextOperation, BOOL CurrentWord) EDITSTREAM esStream = {0}; struct EditStreamData esdData; - POPUPDATAT pdtData; + POPUPDATAT_V2 pdtData; esStream.dwCookie = (DWORD)&esdData; esStream.pfnCallback = EditStreamOutRtf; @@ -529,7 +529,7 @@ int ChangeLayout(HWND hTextWnd, BYTE TextOperation, BOOL CurrentWord) ptszPopupText = (LPTSTR)mir_alloc(MaxTextSize*sizeof(TCHAR)); _tcscpy(ptszPopupText, ptszMBox); - pdtData.cbSize = sizeof(POPUPDATAT); + pdtData.cbSize = sizeof(POPUPDATAT_V2); ZeroMemory(&pdtData, sizeof(pdtData)); _tcsncpy(pdtData.lptzContactName, TranslateT(ModuleName), MAX_CONTACTNAME); _tcsncpy(pdtData.lptzText, ptszPopupText, MAX_SECONDLINE); -- cgit v1.2.3