mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 18:41:07 +00:00
Change classes in map to normal ones.
This commit is contained in:
parent
f71bdf5cff
commit
3d1923b572
1 changed files with 2 additions and 2 deletions
|
@ -106,8 +106,8 @@ static NSArray *XmlBoolDefaultYes = nil;
|
||||||
@"NSSegmentItem", @"segment",
|
@"NSSegmentItem", @"segment",
|
||||||
@"NSCell", @"customCell",
|
@"NSCell", @"customCell",
|
||||||
@"NSCustomObject", @"customObject",
|
@"NSCustomObject", @"customObject",
|
||||||
@"IBOutletConnection5", @"outlet",
|
@"IBOutletConnection", @"outlet",
|
||||||
@"IBActionConnection5", @"action",
|
@"IBActionConnection", @"action",
|
||||||
@"NSNibBindingConnector", @"binding",
|
@"NSNibBindingConnector", @"binding",
|
||||||
@"NSWindowTemplate", @"window",
|
@"NSWindowTemplate", @"window",
|
||||||
@"NSView", @"tableCellView",
|
@"NSView", @"tableCellView",
|
||||||
|
|
Loading…
Reference in a new issue