From b814cd16b821b2ae7b678206b8fa1bf98a4cd8fa Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Mon, 11 Nov 2013 23:42:27 +1100 Subject: Update InfoBar to use combined images. Change SDK setting to latest so will work with both Xcode 4.6 and 5.0. --- cocoa/InfoBar.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/InfoBar.mm') diff --git a/cocoa/InfoBar.mm b/cocoa/InfoBar.mm index bb80bd33d..45093911d 100644 --- a/cocoa/InfoBar.mm +++ b/cocoa/InfoBar.mm @@ -87,7 +87,7 @@ { NSBundle* bundle = [NSBundle bundleForClass: [InfoBar class]]; - NSString* path = [bundle pathForResource: @"info_bar_bg" ofType: @"png" inDirectory: nil]; + NSString* path = [bundle pathForResource: @"info_bar_bg" ofType: @"tiff" inDirectory: nil]; mBackground = [[NSImage alloc] initWithContentsOfFile: path]; if (![mBackground isValid]) NSLog(@"Background image for info bar is invalid."); -- cgit v1.2.3