diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-19 16:56:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-19 16:56:09 +0000 |
commit | e129bab57fb1b3eb8d6adb9c87c490c04cc51adb (patch) | |
tree | 49b82c5f09769fcb0e01d1f2392bfc356c639587 /plugins/TabSRMM/src/chat/options.cpp | |
parent | a6e575cd6bcef8a7ceafc2bd4cc70d1fd8bd9775 (diff) |
fix for log icons size
git-svn-id: http://svn.miranda-ng.org/main/trunk@7764 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat/options.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp index 3527fd69ef..2ef1c550c1 100644 --- a/plugins/TabSRMM/src/chat/options.cpp +++ b/plugins/TabSRMM/src/chat/options.cpp @@ -545,6 +545,7 @@ INT_PTR CALLBACK DlgProcOptions1(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM SaveBranch(GetDlgItem(hwndDlg, IDC_CHECKBOXES), branch2, SIZEOF(branch2));
pci->ReloadSettings();
+ pci->MM_IconsChanged();
pci->MM_FontsChanged();
Log_SetStyles();
pci->SM_BroadcastMessage(NULL, GC_SETWNDPROPS, 0, 0, TRUE);
|