From 6c6f7a0303405536f634d0f694288c79f076edda Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 23 Mar 2021 10:29:14 +0200 Subject: Lang: Applied string IDs everywhere More or less everywhere? IssueID #192 --- src/macos.m | 1 + 1 file changed, 1 insertion(+) (limited to 'src/macos.m') diff --git a/src/macos.m b/src/macos.m index 12575dd5..019533bd 100644 --- a/src/macos.m +++ b/src/macos.m @@ -369,6 +369,7 @@ void setupApplication_MacOS(void) { } void enableMenu_MacOS(const char *menuLabel, iBool enable) { + menuLabel = translateCStr_Lang(menuLabel); NSApplication *app = [NSApplication sharedApplication]; NSMenu *appMenu = [app mainMenu]; NSString *label = [NSString stringWithUTF8String:menuLabel]; -- cgit v1.2.3