diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-01 16:00:47 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-01 16:00:47 +0000 |
commit | f2dde06b1c6af73e4586f83ba602f0830498e52a (patch) | |
tree | 3d91758f9c01a6c2997a9c32924577a20105766e /plugins/UserInfoEx/src/psp_options.cpp | |
parent | 631e566f0728b637664f2a42a6d4031f8d5ac5dd (diff) |
end of SRMM status icons zoo in ГШтащУч
git-svn-id: http://svn.miranda-ng.org/main/trunk@7442 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/psp_options.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/psp_options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/psp_options.cpp b/plugins/UserInfoEx/src/psp_options.cpp index 92eb77a5c6..300eaf9d27 100644 --- a/plugins/UserInfoEx/src/psp_options.cpp +++ b/plugins/UserInfoEx/src/psp_options.cpp @@ -366,7 +366,7 @@ static INT_PTR CALLBACK DlgProc_CommonOpts(HWND hDlg, UINT uMsg, WPARAM wParam, FlagsClistChange |= SvcGenderEnableExtraIcons(0 != IsDlgButtonChecked(hDlg, CHECK_OPT_GENDER), true);
if (FlagsClistChange) pcli->pfnSetAllExtraIcons(NULL);
- if (FlagsMsgWndChange) UpdateStatusIcons(NULL);
+ if (FlagsMsgWndChange) UpdateStatusIcons();
// misc
BYTE bEnabled = IsDlgButtonChecked(hDlg, CHECK_OPT_ZODIACAVATAR);
|