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 bbef94c6..6bacfdd1 100644 --- a/src/macos.m +++ b/src/macos.m | |||
@@ -480,7 +480,7 @@ void insertMenuItems_MacOS(const char *menuLabel, int atIndex, const iMenuItem * | |||
480 | [menu setAutoenablesItems:NO]; | 480 | [menu setAutoenablesItems:NO]; |
481 | for (size_t i = 0; i < count; ++i) { | 481 | for (size_t i = 0; i < count; ++i) { |
482 | const char *label = translateCStr_Lang(items[i].label); | 482 | const char *label = translateCStr_Lang(items[i].label); |
483 | if (label[0] == '\r') { | 483 | if (label[0] == '\v') { |
484 | /* Skip the formatting escape. */ | 484 | /* Skip the formatting escape. */ |
485 | label += 2; | 485 | label += 2; |
486 | } | 486 | } |