Commit 88d8435a authored by Sergey Lyubka's avatar Sergey Lyubka

mongoose_22x22.png -> mongoose_22x22, let OS get Retina icon automatically

parent f3f177f3
...@@ -954,7 +954,7 @@ int main(int argc, char *argv[]) { ...@@ -954,7 +954,7 @@ int main(int argc, char *argv[]) {
id item = [[[NSStatusBar systemStatusBar] id item = [[[NSStatusBar systemStatusBar]
statusItemWithLength:NSVariableStatusItemLength] retain]; statusItemWithLength:NSVariableStatusItemLength] retain];
[item setHighlightMode:YES]; [item setHighlightMode:YES];
[item setImage:[NSImage imageNamed:@"mongoose_22x22.png"]]; [item setImage:[NSImage imageNamed:@"mongoose_22x22"]];
[item setMenu:menu]; [item setMenu:menu];
// Run the app // Run the app
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment