aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/InfoBar.mm
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2013-11-11 23:42:27 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2013-11-11 23:42:27 +1100
commit5cf9ee3c41802b7e90abe0a77d4d489f74d60755 (patch)
tree33ddddb6c0fbd17d51d146fe53a905abddbc6f58 /cocoa/InfoBar.mm
parent7a678a3ae581bfb6a5c13a85319d60309b10f556 (diff)
downloadscintilla-mirror-5cf9ee3c41802b7e90abe0a77d4d489f74d60755.tar.gz
Update InfoBar to use combined images.
Change SDK setting to latest so will work with both Xcode 4.6 and 5.0.
Diffstat (limited to 'cocoa/InfoBar.mm')
-rw-r--r--cocoa/InfoBar.mm2
1 files changed, 1 insertions, 1 deletions
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.");