diff options
author | George Hazan <george.hazan@gmail.com> | 2014-09-21 19:54:47 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-09-21 19:54:47 +0000 |
commit | 015d673eb942ed2fac02de63026a1eafb51a25a9 (patch) | |
tree | 161539a8eb46a6970a7e8c82c40f4062f748cac9 /src/core | |
parent | fff1ac3f077a527d14febb31be1160c329df3810 (diff) |
StdChat to reload chat settings on Options - Apply
git-svn-id: http://svn.miranda-ng.org/main/trunk@10545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdchat/src/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stdchat/src/options.cpp b/src/core/stdchat/src/options.cpp index 7d36dde011..20fa87ee44 100644 --- a/src/core/stdchat/src/options.cpp +++ b/src/core/stdchat/src/options.cpp @@ -639,6 +639,7 @@ static INT_PTR CALLBACK DlgProcOptions2(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPA else
db_unset(NULL, CHAT_MODULE, "NicklistRowDist");
+ pci->ReloadSettings();
pci->SM_BroadcastMessage(NULL, GC_SETWNDPROPS, 0, 0, TRUE);
return TRUE;
}
|