summaryrefslogtreecommitdiff
path: root/src/modules/findadd/findadd.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-08-21 20:10:16 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-08-21 20:10:16 +0000
commit621e34b13cb4bff80367956878bba85d2f12f082 (patch)
tree409e6ecb7c79863c96c777203632f5915c08e5d7 /src/modules/findadd/findadd.h
parent84ebc45104a7dff207e3b03764ac056dc143450b (diff)
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@10266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/findadd/findadd.h')
-rw-r--r--src/modules/findadd/findadd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/findadd/findadd.h b/src/modules/findadd/findadd.h
index 9026b69069..527bd16f59 100644
--- a/src/modules/findadd/findadd.h
+++ b/src/modules/findadd/findadd.h
@@ -22,7 +22,7 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#define PF1_ANYSEARCH (PF1_BASICSEARCH | PF1_EXTSEARCH | PF1_SEARCHBYEMAIL | PF1_SEARCHBYNAME | PF1_EXTSEARCH)
+#define PF1_ANYSEARCH (PF1_BASICSEARCH | PF1_EXTSEARCHUI | PF1_SEARCHBYEMAIL | PF1_SEARCHBYNAME | PF1_EXTSEARCH)
struct ListSearchResult
{