diff options
Diffstat (limited to 'plugins/UserInfoEx/src')
| -rw-r--r-- | plugins/UserInfoEx/src/dlg_msgbox.cpp | 2 | ||||
| -rw-r--r-- | plugins/UserInfoEx/src/svc_refreshci.cpp | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserInfoEx/src/dlg_msgbox.cpp b/plugins/UserInfoEx/src/dlg_msgbox.cpp index 0b57e0d2e8..92500282ff 100644 --- a/plugins/UserInfoEx/src/dlg_msgbox.cpp +++ b/plugins/UserInfoEx/src/dlg_msgbox.cpp @@ -569,7 +569,7 @@ static INT_PTR CALLBACK MsgBoxPop(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lP  		LPMSGPOPUPDATA	pmpd = (LPMSGPOPUPDATA)mir_alloc(sizeof(MSGPOPUPDATA));
  		if (pmpd) {
  			POPUPDATAT_V2 pd = { 0 };
 -			pd.cbSize = sizeof(POPUPDATAT_V2);
 +			pd.cbSize = sizeof(pd);
  			pd.lchContact = NULL; //(HANDLE)wParam;
  			// icon
  			pd.lchIcon = MsgLoadIcon(pMsgBox);
 diff --git a/plugins/UserInfoEx/src/svc_refreshci.cpp b/plugins/UserInfoEx/src/svc_refreshci.cpp index d61aad666b..dfddc39fad 100644 --- a/plugins/UserInfoEx/src/svc_refreshci.cpp +++ b/plugins/UserInfoEx/src/svc_refreshci.cpp @@ -425,7 +425,7 @@ public:  	virtual HWND Create(LPCTSTR szTitle, PUpdCallback pFnCallBack)
  	{
  		POPUPDATAT_V2 pd = { 0 };
 -		pd.cbSize = sizeof(POPUPDATAT_V2);
 +		pd.cbSize = sizeof(pd);
  		pd.lchIcon = IcoLib_GetIcon(ICO_BTN_UPDATE);
  		pd.iSeconds = -1;
  		pd.PluginData = this;
  | 
