diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-26 21:52:00 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-26 21:52:00 +0300 |
commit | d84b7beba3fd5148033b57b75c8299a2672377be (patch) | |
tree | 50b1a3ac0052aa58b7e7fd1250cf4152723d164a /plugins/SimpleStatusMsg | |
parent | 6ae4da7c29bf777cf96b651af1a9a429d20c7b9e (diff) |
ME_SKIN2_ICONSCHANGED is totally obsoleted, thus removed
Diffstat (limited to 'plugins/SimpleStatusMsg')
-rw-r--r-- | plugins/SimpleStatusMsg/src/msgbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SimpleStatusMsg/src/msgbox.cpp b/plugins/SimpleStatusMsg/src/msgbox.cpp index 8a50c8f9d7..4ae688bf8c 100644 --- a/plugins/SimpleStatusMsg/src/msgbox.cpp +++ b/plugins/SimpleStatusMsg/src/msgbox.cpp @@ -930,7 +930,7 @@ INT_PTR CALLBACK AwayMsgBoxDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARA SendDlgItemMessage(hwndDlg, IDC_EDIT1, EM_LIMITTEXT, 1024, 0); HookEventMessage(ME_SYSTEM_PRESHUTDOWN, hwndDlg, DM_SIMPAWAY_SHUTDOWN); - HookEventMessage(ME_SKIN2_ICONSCHANGED, hwndDlg, DM_SIMPAWAY_CHANGEICONS); + HookEventMessage(ME_SKIN_ICONSCHANGED, hwndDlg, DM_SIMPAWAY_CHANGEICONS); copy_init_data->num_def_msgs = g_plugin.getWord("DefMsgCount", 0); copy_init_data->max_hist_msgs = g_plugin.getByte("MaxHist", 10); |