diff options
Diffstat (limited to 'src/macos.m')
-rw-r--r-- | src/macos.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macos.m b/src/macos.m index 61507b6f..709a97f7 100644 --- a/src/macos.m +++ b/src/macos.m | |||
@@ -479,7 +479,7 @@ void insertMenuItems_MacOS(const char *menuLabel, int atIndex, const iMenuItem * | |||
479 | [menu setAutoenablesItems:NO]; | 479 | [menu setAutoenablesItems:NO]; |
480 | for (size_t i = 0; i < count; ++i) { | 480 | for (size_t i = 0; i < count; ++i) { |
481 | const char *label = translateCStr_Lang(items[i].label); | 481 | const char *label = translateCStr_Lang(items[i].label); |
482 | if (label[0] == '\r') { | 482 | if (label[0] == '\v') { |
483 | /* Skip the formatting escape. */ | 483 | /* Skip the formatting escape. */ |
484 | label += 2; | 484 | label += 2; |
485 | } | 485 | } |