Revision 72c9d681 pithos-macos/pithos_macosAppDelegate.m

b/pithos-macos/pithos_macosAppDelegate.m
128 128
// Based on: http://cocoatutorial.grapewave.com/2010/01/creating-a-status-bar-application/
129 129
// and: http://www.cocoadev.com/index.pl?ThumbnailImages
130 130
- (void)awakeFromNib {
131
    NSImage *sourceImage = [NSImage imageNamed:NSImageNameFolder];
131
    NSImage *sourceImage = [NSImage imageNamed:@"pithos-large.png"];
132 132
    
133 133
    NSImage *smallImage = [[[NSImage alloc] initWithSize:NSMakeSize(18, 18)] autorelease];
134 134
    [smallImage lockFocus];

Also available in: Unified diff