From ca5a8922da1fe6e9de0f24e669c9321d5afa622a Mon Sep 17 00:00:00 2001
From: Alexey Kulakov <panda75@bk.ru>
Date: Mon, 14 Jul 2014 12:20:57 +0000
Subject: QuickSearch: inversion of column sort direction icons

git-svn-id: http://svn.miranda-ng.org/main/trunk@9792 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 plugins/QuickSearch/sr_window.pas | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins')

diff --git a/plugins/QuickSearch/sr_window.pas b/plugins/QuickSearch/sr_window.pas
index 1aa5a6f708..6580d79938 100644
--- a/plugins/QuickSearch/sr_window.pas
+++ b/plugins/QuickSearch/sr_window.pas
@@ -975,7 +975,7 @@ begin
 
   // set new sort mark
   SendMessage(header,HDM_GETITEM,qsopt.columnsort,lparam(@hdi));
-  if (qsopt.flags and QSO_SORTASC)<>0 then
+  if (qsopt.flags and QSO_SORTASC)=0 then
     hdi.fmt:=hdi.fmt or HDF_SORTDOWN
   else
     hdi.fmt:=hdi.fmt or HDF_SORTUP;
-- 
cgit v1.2.3