summaryrefslogtreecommitdiff
path: root/plugins/QuickSearch/sr_global.pas
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2014-01-17 12:28:10 +0000
committerAlexey Kulakov <panda75@bk.ru>2014-01-17 12:28:10 +0000
commitf62331d17c8266e36071ebcf096c151c34ea487d (patch)
tree6d43f764ba17a52f8684ea27e2f7b27a2e06232b /plugins/QuickSearch/sr_global.pas
parenta0e1ac74673f20bb4692b7523ce0c966769dde2c (diff)
small changes (defaults, initialization)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7686 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/QuickSearch/sr_global.pas')
-rw-r--r--plugins/QuickSearch/sr_global.pas14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/QuickSearch/sr_global.pas b/plugins/QuickSearch/sr_global.pas
index a6d1caab98..31cb02ba1d 100644
--- a/plugins/QuickSearch/sr_global.pas
+++ b/plugins/QuickSearch/sr_global.pas
@@ -417,7 +417,7 @@ begin
begin
StrDupW(title,'UserID');
width :=80;
- flags :=COL_ON;
+ flags :=COL_ON+COL_FILTER;
setting_type :=QST_CONTACTINFO;
cnftype :=CNF_UNIQUEID;
end;
@@ -428,7 +428,7 @@ begin
begin
StrDupW(title,'Nickname');
width :=76;
- flags :=COL_ON;
+ flags :=COL_ON+COL_FILTER;
setting_type :=QST_SERVICE;
StrDup(service,MS_CLIST_GETCONTACTDISPLAYNAME);
restype :=ACF_RUNICODE;
@@ -443,7 +443,7 @@ begin
begin
StrDupW(title,'First name');
width :=68;
- flags :=COL_ON;
+ flags :=COL_ON+COL_FILTER;
setting_type :=QST_CONTACTINFO;
cnftype :=CNF_FIRSTNAME;
end;
@@ -454,7 +454,7 @@ begin
begin
StrDupW(title,'Last name');
width :=66;
- flags :=COL_ON;
+ flags :=COL_ON+COL_FILTER;
setting_type :=QST_CONTACTINFO;
cnftype :=CNF_LASTNAME;
end;
@@ -465,7 +465,7 @@ begin
begin
StrDupW(title,'Group');
width :=80;
- flags :=COL_ON;
+ flags :=COL_ON+COL_FILTER;
setting_type :=QST_SETTING;
datatype :=QSTS_STRING;
StrDup(module ,'CList');
@@ -478,7 +478,7 @@ begin
begin
StrDupW(title,'Container');
width :=80;
- flags :=COL_ON;
+ flags :=COL_ON+COL_FILTER;
setting_type :=QST_SETTING;
datatype :=QSTS_STRING;
StrDup(module ,'Tab_SRMsg');
@@ -491,7 +491,7 @@ begin
begin
StrDupW(title,'E-mail');
width :=116;
- flags :=COL_ON;
+ flags :=COL_ON+COL_FILTER;
setting_type :=QST_CONTACTINFO;
cnftype :=CNF_EMAIL;
end;