diff options
Diffstat (limited to 'src')
-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;
}
|