summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/modules/dbsearchengine
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:11:30 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-04-13 01:11:30 -0500
commit2b144e9d62d7aef14c0b3c4739778e0738bc0e02 (patch)
tree5636bde2137fb6a62a86caa856ba980de3eb5c17 /kbabel/kbabeldict/modules/dbsearchengine
parent4e430ec67f2db021644d339475d5095f8ac996c0 (diff)
downloadtdesdk-2b144e9d62d7aef14c0b3c4739778e0738bc0e02.tar.gz
tdesdk-2b144e9d62d7aef14c0b3c4739778e0738bc0e02.zip
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kbabel/kbabeldict/modules/dbsearchengine')
-rw-r--r--kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.h b/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.h
index fcaa05e2..d7715e4e 100644
--- a/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.h
+++ b/kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.h
@@ -164,7 +164,7 @@ public:
/*
Sets the rules to decide when 2 string match (Uppercase and remove char
are not set here)
- 1 = ETQUAL
+ 1 = EQUAL
2 = SEARCH STRING IS CONTAINED IN DATABASE STRING (use with care, if you search nothing
it will produce a dangerouse output)
4 = DATABASE STRING IS CONTAINED IN SEARCH STRING (it exclude msgid "")