1
0
Fork 0

(svn r25660) -Fix: [OSX] The name's OpenTTD, not OTTD.

release/1.4
michi_cc 2013-08-05 20:35:56 +00:00
parent d23fdfa403
commit 4ec314989d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ CocoaSubdriver *_cocoa_subdriver = NULL;
*/ */
static void setApplicationMenu() static void setApplicationMenu()
{ {
NSString *appName = @"OTTD"; NSString *appName = @"OpenTTD";
NSMenu *appleMenu = [ [ NSMenu alloc ] initWithTitle:appName ]; NSMenu *appleMenu = [ [ NSMenu alloc ] initWithTitle:appName ];
/* Add menu items */ /* Add menu items */