diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2013-11-11 23:42:27 +1100 |
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2013-11-11 23:42:27 +1100 |
| commit | 5cf9ee3c41802b7e90abe0a77d4d489f74d60755 (patch) | |
| tree | 33ddddb6c0fbd17d51d146fe53a905abddbc6f58 /cocoa/InfoBar.mm | |
| parent | 7a678a3ae581bfb6a5c13a85319d60309b10f556 (diff) | |
| download | scintilla-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.mm | 2 |
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."); |
