Commit 24864a72 authored by Sam Lantinga's avatar Sam Lantinga

Added disabled preferences menu option so it looks more like other application menus.

parent 22779f35
......@@ -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"*/""];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment