diff options
Diffstat (limited to 'epgsearchcats.h')
-rw-r--r-- | epgsearchcats.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/epgsearchcats.h b/epgsearchcats.h index f50c01c..70f6be0 100644 --- a/epgsearchcats.h +++ b/epgsearchcats.h @@ -35,10 +35,10 @@ public: char* name; char* menuname; int searchmode; // text comarison: - // 0 - substring, - // 1 - substring-and, - // 2 - substring or, - // 3 - equal, + // 0 - substring, + // 1 - substring-and, + // 2 - substring or, + // 3 - equal, // 4 - regular expression, // 5 - fuzzy (not available for categories) // numerical comparison: |