CPRuleEditor: In -initWithFrame: the _CPRuleEditorLocalizer was not initialized by default.

This commit is contained in:
cacaodev
2011-12-17 15:28:41 +01:00
parent fab7d41446
commit edf07a8fbc
+2 -1
View File
@@ -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"];