mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 02:41:01 +00:00
Change reference to 'IBUserDefinedRuntimeAttribute5' to non-5 class
This commit is contained in:
parent
3d1923b572
commit
269e02b73e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ static NSArray *XmlBoolDefaultYes = nil;
|
||||||
@"NSNibBindingConnector", @"binding",
|
@"NSNibBindingConnector", @"binding",
|
||||||
@"NSWindowTemplate", @"window",
|
@"NSWindowTemplate", @"window",
|
||||||
@"NSView", @"tableCellView",
|
@"NSView", @"tableCellView",
|
||||||
@"IBUserDefinedRuntimeAttribute5", @"userDefinedRuntimeAttribute",
|
@"IBUserDefinedRuntimeAttribute", @"userDefinedRuntimeAttribute",
|
||||||
nil];
|
nil];
|
||||||
RETAIN(XmlTagToObjectClassMap);
|
RETAIN(XmlTagToObjectClassMap);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue