aboutsummaryrefslogtreecommitdiffstats
path: root/src/AppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/AppDelegate.m')
-rw-r--r--src/AppDelegate.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/AppDelegate.m b/src/AppDelegate.m
index 4c0ace7..2778573 100644
--- a/src/AppDelegate.m
+++ b/src/AppDelegate.m
@@ -12,6 +12,9 @@
- (void)applicationWillFinishLaunching:(NSNotification *)notification
{
+ // NSFontManager *font_manager = [NSFontManager sharedFontManager];
+ // NSLog(@"FontManager: %@", [font_manager fontMenu:YES]);
+
NSMenu *menubar = MainMenuCreate();
[NSApp setMainMenu:menubar];
[menubar release];