diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-18 09:34:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-18 09:34:05 +0000 |
commit | 04ac06b7119933997ee0b407478d4cb409007098 (patch) | |
tree | 7fd4cdc723f4d38a2bc42230062bddb1445ac5f0 /plugins/TabSRMM/src/chat/main.cpp | |
parent | 69ee782255e915d282f17cf702eff574fb82e84a (diff) |
end of crazy matrix mechanics in chat's icon ordering
git-svn-id: http://svn.miranda-ng.org/main/trunk@7708 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat/main.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/chat/main.cpp b/plugins/TabSRMM/src/chat/main.cpp index 3c15eefb0a..c367f9cef0 100644 --- a/plugins/TabSRMM/src/chat/main.cpp +++ b/plugins/TabSRMM/src/chat/main.cpp @@ -273,6 +273,7 @@ int Chat_Load() // this operation is unsafe, that's why we restore the old pci state on exit
pci->DoSoundsFlashPopupTrayStuff = DoSoundsFlashPopupTrayStuff;
pci->IsHighlighted = IsHighlighted;
+ pci->Log_CreateRtfHeader = Log_CreateRtfHeader;
pci->ReloadSettings();
g_hMenu = LoadMenu(g_hInst, MAKEINTRESOURCE(IDR_MENU));
|