diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-03 19:18:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-03 19:18:41 +0000 |
commit | cfcaccf4e2c11a2fe5e3a1f90d0230c05aa7f0d5 (patch) | |
tree | 030c13345dc0e025cbf63fa35387ad875d645be7 /plugins/TabSRMM/src/container.cpp | |
parent | 0e8ae7d4ab5ffd57185500f65ef171e4a37ba117 (diff) |
more correct version of big typing icon's patch
git-svn-id: http://svn.miranda-ng.org/main/trunk@2936 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/container.cpp')
-rw-r--r-- | plugins/TabSRMM/src/container.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/container.cpp b/plugins/TabSRMM/src/container.cpp index 952607d419..176999fad7 100644 --- a/plugins/TabSRMM/src/container.cpp +++ b/plugins/TabSRMM/src/container.cpp @@ -1957,7 +1957,7 @@ buttons_done: * default handling (no win7 taskbar)
*/
if ((HICON)lParam == PluginConfig.g_buttonBarIcons[ICON_DEFAULT_TYPING]) { // always set typing icon, but don't save it...
- SendMessage(hwndDlg, WM_SETICON, ICON_BIG, lParam);
+ SendMessage(hwndDlg, WM_SETICON, ICON_BIG, (LPARAM)PluginConfig.g_IconTypingEventBig);
SendMessage(hwndDlg, WM_SETICON, ICON_SMALL, lParam);
break;
}
|