mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Update comment
This commit is contained in:
parent
73b03350b6
commit
a0afee8fb1
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ static NSStoryboard *__mainStoryboard = nil;
|
|||
FOR_IN(NSXMLElement*, child, children)
|
||||
{
|
||||
if ([[child name] isEqualToString: @"point"] == YES)
|
||||
continue; // go on if it's point, we don't use that in the app...
|
||||
continue; // go on if it's a point element, we don't use that in the app...
|
||||
|
||||
NSArray *subnodes = [child nodesForXPath: @"//application" error: NULL];
|
||||
NSXMLNode *appNode = [subnodes objectAtIndex: 0];
|
||||
|
|
Loading…
Reference in a new issue