| 27 */ |
27 */ |
| 28 |
28 |
| 29 #import "AppDelegate.h" |
29 #import "AppDelegate.h" |
| 30 |
30 |
| 31 #import "toolkit.h" |
31 #import "toolkit.h" |
| |
32 #import "menu.h" |
| 32 |
33 |
| 33 @implementation AppDelegate |
34 @implementation AppDelegate |
| 34 |
35 |
| 35 - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { |
36 - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { |
| |
37 ui_menu_init(); |
| 36 ui_cocoa_onstartup(); |
38 ui_cocoa_onstartup(); |
| 37 } |
39 } |
| 38 |
40 |
| 39 - (void)applicationWillTerminate:(NSNotification *)aNotification { |
41 - (void)applicationWillTerminate:(NSNotification *)aNotification { |
| 40 ui_cocoa_onexit(); |
42 ui_cocoa_onexit(); |