aboutsummaryrefslogtreecommitdiffstats
path: root/src/AppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/AppDelegate.m')
-rw-r--r--src/AppDelegate.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AppDelegate.m b/src/AppDelegate.m
index 86ba5f6..d2b9df3 100644
--- a/src/AppDelegate.m
+++ b/src/AppDelegate.m
@@ -1,5 +1,5 @@
#import "AppDelegate.h"
-#import "main_menu.h"
+#import "MainMenu.h"
@implementation AppDelegate
@@ -11,7 +11,7 @@
- (void)applicationWillFinishLaunching:(NSNotification *)notification
{
- NSMenu *menubar = main_menu_create();
+ NSMenu *menubar = MainMenuCreate();
[NSApp setMainMenu:menubar];
[menubar release];