Fix a minor typo inside the IS_STRING_ATTRIBUTE macro so we don't think labels

are strings.
rs=sspitzer
This commit is contained in:
mscott%netscape.com 2002-09-12 22:56:45 +00:00
Родитель bda11cb1c6
Коммит d56ed2679b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -208,7 +208,7 @@ typedef struct nsMsgSearchValue
(!(_a == nsMsgSearchAttrib::Priority || _a == nsMsgSearchAttrib::Date || \
_a == nsMsgSearchAttrib::MsgStatus || _a == nsMsgSearchAttrib::MessageKey || \
_a == nsMsgSearchAttrib::Size || _a == nsMsgSearchAttrib::AgeInDays || \
_a == nsMsgSearchAttrib::FolderInfo || _a == nsMsgSearchAttrib::Location) || _a == nsMsgSearchAttrib::Label)
_a == nsMsgSearchAttrib::FolderInfo || _a == nsMsgSearchAttrib::Location || _a == nsMsgSearchAttrib::Label) )
%}
[ptr] native nsSearchMenuItem(nsSearchMenuItem);