mocra / iconmerge

Create composite icon image from two icons, with 2nd image as a thumbnail on top of the 1st

This URL has Read+Write access

iconmerge / NSICMApplication.m
100644 19 lines (13 sloc) 0.325 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
// NSICMApplication.m
// iConMerge
//
// Created by Daniel Leping on 2/4/09.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
 
#import "NSICMApplication.h"
 
 
@implementation NSICMApplication
 
- (BOOL) applicationShouldTerminateAfterLastWindowClosed: (NSApplication *) theApplication {
return YES;
}
 
@end