diff --git a/AppKit/CPRuleEditor/CPRuleEditor.j b/AppKit/CPRuleEditor/CPRuleEditor.j index 930ab377b..3fef214f9 100644 --- a/AppKit/CPRuleEditor/CPRuleEditor.j +++ b/AppKit/CPRuleEditor/CPRuleEditor.j @@ -150,7 +150,8 @@ var itemsContext = "items", _editable = YES; _allowsEmptyCompoundRows = NO; _disallowEmpty = NO; - + + [self setFormattingStringsFilename:nil]; [self setCriteriaKeyPath:@"criteria"]; [self setSubrowsKeyPath:@"subrows"]; [self setRowTypeKeyPath:@"rowType"];