diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:11:30 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 01:11:30 -0500 |
commit | 2b144e9d62d7aef14c0b3c4739778e0738bc0e02 (patch) | |
tree | 5636bde2137fb6a62a86caa856ba980de3eb5c17 /kbabel | |
parent | 4e430ec67f2db021644d339475d5095f8ac996c0 (diff) | |
download | tdesdk-2b144e9d62d7aef14c0b3c4739778e0738bc0e02.tar.gz tdesdk-2b144e9d62d7aef14c0b3c4739778e0738bc0e02.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'kbabel')
-rw-r--r-- | kbabel/kbabeldict/modules/dbsearchengine/KDBSearchEngine.h | 2 |
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 "") |