mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
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:
parent
5e791b7147
commit
74989e0a97
1 changed files with 2 additions and 0 deletions
|
@ -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"];
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue