mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +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",
|
||||
@"NSWindowTemplate", @"window",
|
||||
@"NSView", @"tableCellView",
|
||||
@"IBUserDefinedRuntimeAttribute5", @"userDefinedRuntimeAttribute",
|
||||
@"IBUserDefinedRuntimeAttribute", @"userDefinedRuntimeAttribute",
|
||||
nil];
|
||||
RETAIN(XmlTagToObjectClassMap);
|
||||
|
||||
|
|
Loading…
Reference in a new issue