diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-18 17:25:28 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-18 17:25:28 +0000 |
commit | 593062caed4a856b47172ace150c7eefdac54de0 (patch) | |
tree | 98e952a666f9f5ccb8107abefe628948c44e18a8 /plugins/TabSRMM/src/chat/main.cpp | |
parent | 5ae171790b75db5510cc808199a51ae1dc227320 (diff) |
alternative user sorting support
git-svn-id: http://svn.miranda-ng.org/main/trunk@7733 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 5989cbf31b..7e3137bafc 100644 --- a/plugins/TabSRMM/src/chat/main.cpp +++ b/plugins/TabSRMM/src/chat/main.cpp @@ -278,6 +278,7 @@ int Chat_Load() pci->DoPopup = DoPopup;
pci->ShowPopup = ShowPopup;
pci->Log_CreateRtfHeader = Log_CreateRtfHeader;
+ pci->UM_CompareItem = UM_CompareItem;
pci->ReloadSettings();
g_hMenu = LoadMenu(g_hInst, MAKEINTRESOURCE(IDR_MENU));
|