Make the frontend check both the current bundle as well as the default install location

0110
This commit is contained in:
Six 2009-03-22 00:24:40 +00:00
parent 673e7543c1
commit ba6fb02319
3 changed files with 20 additions and 22 deletions

View file

@ -2,8 +2,7 @@
@implementation ErrorWindow
- (void)bitch:(NSString *)errorlog
{
- (void)bitch:(NSString *)errorlog {
NSLog(errorlog);
NSNib *nib = [[NSNib alloc] initWithNibNamed:@"ErrorWindow.nib" bundle:[NSBundle mainBundle]];