summaryrefslogtreecommitdiff
path: root/plugins/ChangeKeyboardLayout/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ChangeKeyboardLayout/options.cpp')
-rw-r--r--plugins/ChangeKeyboardLayout/options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ChangeKeyboardLayout/options.cpp b/plugins/ChangeKeyboardLayout/options.cpp
index a73db909a6..39c678a9f3 100644
--- a/plugins/ChangeKeyboardLayout/options.cpp
+++ b/plugins/ChangeKeyboardLayout/options.cpp
@@ -272,7 +272,7 @@ INT_PTR CALLBACK DlgMainProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LP
INT_PTR CALLBACK DlgPopupsProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam)
{
- POPUPDATAT pdtData;
+ POPUPDATAT_V2 pdtData;
static BOOL PopupDialogLock = FALSE;
LPTSTR ptszPopupPreviewText;
DWORD dwTimeOut;
@@ -415,7 +415,7 @@ INT_PTR CALLBACK DlgPopupsProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam,
{
ptszPopupPreviewText = (LPTSTR)mir_alloc(MaxTextSize*sizeof(TCHAR));
- pdtData.cbSize = sizeof(POPUPDATAT);
+ pdtData.cbSize = sizeof(POPUPDATAT_V2);
ZeroMemory(&pdtData, sizeof(pdtData));
_tcsncpy(pdtData.lptzContactName, TranslateT(ModuleName), MAX_CONTACTNAME);
_tcsncpy(pdtData.lptzText, _T("Ghbdtn? rfr ltkf&"), MAX_SECONDLINE);