Added disabled preferences menu option so it looks more like other application menus.
This commit is contained in:
parent
22779f35b2
commit
24864a72cc
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@ CreateApplicationMenus(void)
|
|||
|
||||
[appleMenu addItem:[NSMenuItem separatorItem]];
|
||||
|
||||
[appleMenu addItemWithTitle:@"Preferences" action:nil keyEquivalent:@""];
|
||||
|
||||
[appleMenu addItem:[NSMenuItem separatorItem]];
|
||||
|
||||
title = [@"Hide " stringByAppendingString:appName];
|
||||
[appleMenu addItemWithTitle:title action:@selector(hide:) keyEquivalent:@/*"h"*/""];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue