new MenuItem(otherMenu, SWT.SEPARATOR);
if (fFieldsToExclude == null || !fFieldsToExclude.contains(INews.SOURCE)) {
mItem = new MenuItem(otherMenu, SWT.PUSH);
mItem.setText(Messages.SearchConditionList_SOURCE);
hookSelectionListener(mItem, item, factory.createSearchField(INews.SOURCE, news));
}
if (fFieldsToExclude == null || !fFieldsToExclude.contains(INews.LINK)) {
mItem = new MenuItem(otherMenu, SWT.PUSH);
mItem.setText(Messages.SearchConditionList_LINK);