diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-08-17 17:20:22 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-08-17 17:20:22 +0000 |
commit | b403244afc0e6718816d890594dad65d8619c15d (patch) | |
tree | 74400770fb71124d91f9741fde51913aa92c62f6 /plugins/Scriver/src/chat/options.cpp | |
parent | be3717abb738ab3afdd8e70ec529254130fbb550 (diff) |
Scriver:
- Some settings are now applied without a restart (merges r10545, closes #993, patch by mkvreak)
- minor warnings fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@14977 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/chat/options.cpp')
-rw-r--r-- | plugins/Scriver/src/chat/options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Scriver/src/chat/options.cpp b/plugins/Scriver/src/chat/options.cpp index 446e0d1fa7..254fb28675 100644 --- a/plugins/Scriver/src/chat/options.cpp +++ b/plugins/Scriver/src/chat/options.cpp @@ -605,6 +605,7 @@ INT_PTR CALLBACK DlgProcOptions2(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lPa g_Settings.bLogIndentEnabled = (db_get_b(NULL, CHAT_MODULE, "LogIndentEnabled", 1) != 0) ? TRUE : FALSE;
pci->MM_FontsChanged();
+ pci->ReloadSettings();
pci->SM_BroadcastMessage(NULL, GC_SETWNDPROPS, 0, 0, TRUE);
return TRUE;
}
|