mirror of https://github.com/OpenTTD/OpenTTD
Codechange: typo in code comment (#10061)
parent
d843c8bd48
commit
f3fd9b5895
|
@ -1273,7 +1273,7 @@ void CocoaDialog(const char *title, const char *message, const char *buttonLabel
|
||||||
driver->AllocateBackingStore();
|
driver->AllocateBackingStore();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Presentation options to use for fullsreen mode. */
|
/** Presentation options to use for full screen mode. */
|
||||||
- (NSApplicationPresentationOptions)window:(NSWindow *)window willUseFullScreenPresentationOptions:(NSApplicationPresentationOptions)proposedOptions
|
- (NSApplicationPresentationOptions)window:(NSWindow *)window willUseFullScreenPresentationOptions:(NSApplicationPresentationOptions)proposedOptions
|
||||||
{
|
{
|
||||||
return NSApplicationPresentationFullScreen | NSApplicationPresentationHideMenuBar | NSApplicationPresentationHideDock;
|
return NSApplicationPresentationFullScreen | NSApplicationPresentationHideMenuBar | NSApplicationPresentationHideDock;
|
||||||
|
|
Loading…
Reference in New Issue