From 6465dd41cc06b5952e77ccc72396627abf385a17 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 21 Jan 2014 11:06:28 +0000 Subject: same story with the parameres' order in wildcmpt git-svn-id: http://svn.miranda-ng.org/main/trunk@7808 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/chat/tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/chat/tools.cpp b/src/modules/chat/tools.cpp index 42022b7c38..a553c4c916 100644 --- a/src/modules/chat/tools.cpp +++ b/src/modules/chat/tools.cpp @@ -486,7 +486,7 @@ BOOL IsHighlighted(SESSION_INFO *si, GCEVENT *gce) p3 = p2; // compare the words, using wildcards - if (wildcmpit(szWord1, RemoveFormatting(szWord2))) + if (wildcmpit(RemoveFormatting(szWord2), szWord1)) return TRUE; } } -- cgit v1.2.3