From ad74c506afcedba09a9fa7cef1f652599bfcf2a1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 11 Feb 2014 14:03:02 +0000 Subject: fixes WindowList sorting git-svn-id: http://svn.miranda-ng.org/main/trunk@8095 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/utils/windowlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/utils/windowlist.cpp b/src/modules/utils/windowlist.cpp index 80c84906f4..0b57c298e1 100644 --- a/src/modules/utils/windowlist.cpp +++ b/src/modules/utils/windowlist.cpp @@ -39,7 +39,7 @@ typedef OBJLIST TWindowList; static INT_PTR AllocWindowList(WPARAM, LPARAM) { - return (INT_PTR)new TWindowList(10, HandleKeySortT); + return (INT_PTR)new TWindowList(10, NumericKeySortT); } static INT_PTR DestroyWindowList(WPARAM wParam, LPARAM) -- cgit v1.2.3