diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-07-19 10:37:35 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-07-19 10:37:35 +0000 |
commit | 41ca8e063b7948356854ae6a6f26c7550a940a41 (patch) | |
tree | 0d82931c7842cb81e002a4798842fad6fe2b5163 /plugins/Clist_modern/src/resource.h | |
parent | 3b94f5999249803fde203c39e46c613d1658b704 (diff) |
Improved searching feature and related things.
git-svn-id: http://svn.miranda-ng.org/main/trunk@1041 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/resource.h')
-rw-r--r-- | plugins/Clist_modern/src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/resource.h b/plugins/Clist_modern/src/resource.h index e9e7a01b5f..9d9426fe00 100644 --- a/plugins/Clist_modern/src/resource.h +++ b/plugins/Clist_modern/src/resource.h @@ -736,6 +736,7 @@ #define IDC_SC_STATIC 1768
#define IDC_COMBO_SAME 1768
#define IDC_TRANSPARENTOVERLAY 1768
+#define IDC_FILTER_SEARCH 1768
#define IDC_SHOWUNREADEMAIL 1769
#define IDC_IDC_MULTI_COUNT 1771
#define IDC_MULTI_COUNT 1771
@@ -1039,7 +1040,7 @@ #define POPUP_DELETEGROUP 40053
#define IDC_FRAME_META 40054
#define IDC_FRAME_META2 40055
-#define IDC_STATIC -1
+#define IDC_STATIC -1
// Next default values for new objects
//
|