mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
daily work
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7787 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
501c2539c8
commit
875123d1d2
1 changed files with 0 additions and 7 deletions
|
@ -92,14 +92,7 @@
|
||||||
PCClasses,@"Classes",
|
PCClasses,@"Classes",
|
||||||
nil] retain];
|
nil] retain];
|
||||||
|
|
||||||
#if defined(GNUSTEP)
|
|
||||||
[self _initUI];
|
[self _initUI];
|
||||||
#else
|
|
||||||
if(![NSBundle loadNibNamed:@"ToolProject.nib" owner:self]) {
|
|
||||||
[[NSException exceptionWithName:NIB_NOT_FOUND_EXCEPTION reason:@"Could not load ToolProject.gmodel" userInfo:nil] raise];
|
|
||||||
return nil;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue