Bug 179302 - 'anyexact' isn't an option for boolean charts

r=joel, a=justdave
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-11-12 02:07:46 +00:00
Родитель 9d6b23a436
Коммит 9fb24603d6
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -23,6 +23,7 @@
{ name => "noop", description => "---" }, { name => "noop", description => "---" },
{ name => "equals", description => "is equal to" }, { name => "equals", description => "is equal to" },
{ name => "notequals", description => "is not equal to" }, { name => "notequals", description => "is not equal to" },
{ name => "anyexact", description => "is equal to any of the strings" },
{ name => "substring", description => "contains the string" }, { name => "substring", description => "contains the string" },
{ name => "casesubstring", description => "contains the string (exact case)" }, { name => "casesubstring", description => "contains the string (exact case)" },
{ name => "notsubstring", description => "does not contain the string" }, { name => "notsubstring", description => "does not contain the string" },