mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 03:21:04 +00:00
Fix spelling error on method name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40458 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7476656d1e
commit
4ad8c65b08
1 changed files with 2 additions and 2 deletions
|
@ -469,7 +469,7 @@ static NSArray *XmlConnectionRecordTags = nil;
|
|||
@"NSMenuItem" : @"decodeMenuItemForElement:",
|
||||
@"selectedItem" : @"decodeSelectedIndexForElement:",
|
||||
@"NSPreferredEdge" : @"decodePreferredEdgeForElement:",
|
||||
@"NSArrowPosition" : @"decodeArrorPositionForElement:",
|
||||
@"NSArrowPosition" : @"decodeArrowPositionForElement:",
|
||||
@"NSCellPrototype" : @"decodeCellPrototypeForElement:",
|
||||
//@"NSMinColumnWidth" : @"decodeMinimumColumnWidthForElement:",
|
||||
@"NSTitleCell" : @"decodeTitleCellForElement:",
|
||||
|
@ -2703,7 +2703,7 @@ didStartElement: (NSString*)elementName
|
|||
return [NSNumber numberWithUnsignedInteger: value];
|
||||
}
|
||||
|
||||
- (id)decodeArrorPositionForElement: (GSXib5Element*)element
|
||||
- (id)decodeArrowPositionForElement: (GSXib5Element*)element
|
||||
{
|
||||
NSUInteger value = NSPopUpArrowAtBottom; // If omitted Cocoa default...
|
||||
NSString *arrowPosition = [element attributeForKey: @"arrowPosition"];
|
||||
|
|
Loading…
Reference in a new issue