The font menu is back ( needed by the file editors )

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@12954 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Philippe C.D. Robert 2002-03-02 13:58:45 +00:00
parent 5e791b7147
commit 74989e0a97

View file

@ -155,6 +155,8 @@ void createMenu()
[tools addItemWithTitle:@"Editor Panel" action:@selector(showEditorPanel:) keyEquivalent:@"E"];
[tools addItemWithTitle:@"Inspector Panel" action:@selector(showInspector:) keyEquivalent:@""];
[tools addItemWithTitle:@"Find" action:action keyEquivalent:@""];
[tools addItemWithTitle:@"Fonts" action:NULL keyEquivalent:@""];
[tools setSubmenu:[[NSFontManager sharedFontManager] fontMenu: YES] forItem:[tools itemWithTitle:@"Fonts"]];
[tools addItemWithTitle:@"Run..." action:@selector(runTarget:) keyEquivalent:@"r"];
/*