diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-22 20:39:02 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-22 20:39:02 +0000 |
commit | f4f72b8cbcd1958403eebaf80011586092157784 (patch) | |
tree | 6c629aa7d29f254a94d6f8df2e8611064cd217aa /plugins/ChangeKeyboardLayout/options.cpp | |
parent | b5e1c9a0314f3a3aa597c319540c8f03c6486df1 (diff) |
removed not needed header
git-svn-id: http://svn.miranda-ng.org/main/trunk@536 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ChangeKeyboardLayout/options.cpp')
-rw-r--r-- | plugins/ChangeKeyboardLayout/options.cpp | 4 |
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);
|