mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r25660) -Fix: [OSX] The name's OpenTTD, not OTTD.
This commit is contained in:
parent
c5606136d2
commit
f673278cbf
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user