diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-08 17:26:53 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-08 17:26:53 +0000 |
commit | aaa6b9eba58239dee4b2b6817ac809b80461c630 (patch) | |
tree | d714f6bbdb882fcf39c2285792d3d60ab3c936a0 /plugins/SendScreenshotPlus/dlg_msgbox.cpp | |
parent | 7de2582e33a521a9e1950c9f1681a660b4a10894 (diff) |
SendScreenshotPlus:
adopted
git-svn-id: http://svn.miranda-ng.org/main/trunk@856 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/dlg_msgbox.cpp')
-rw-r--r-- | plugins/SendScreenshotPlus/dlg_msgbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/dlg_msgbox.cpp b/plugins/SendScreenshotPlus/dlg_msgbox.cpp index 86fa25cbae..f1b1535802 100644 --- a/plugins/SendScreenshotPlus/dlg_msgbox.cpp +++ b/plugins/SendScreenshotPlus/dlg_msgbox.cpp @@ -571,7 +571,7 @@ INT_PTR CALLBACK MsgBoxPop(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) {
case WM_INITDIALOG:
{
- POPUPDATAT pd;
+ POPUPDATAT_V2 pd;
LPMSGPOPUPDATA pmpd;
LPMSGBOX pMsgBox = (LPMSGBOX)lParam;
|