mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Better warning text for missing root obejects in XIB.
This commit is contained in:
parent
d14a7d4ae8
commit
b6b28cc41c
1 changed files with 1 additions and 1 deletions
|
@ -950,7 +950,7 @@
|
|||
|
||||
if ([rootObjects count] == 0)
|
||||
{
|
||||
NSWarnMLog(@"no root objects!!!");
|
||||
NSWarnMLog(@"No root objects in XIB!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue