mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 11:31:00 +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…
Add table
Add a link
Reference in a new issue