diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-25 16:26:53 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-25 16:26:53 +0300 |
commit | 5dbc85eaaa1bd0a0fc11dd76a75ece2efe763df5 (patch) | |
tree | 9721fb7aced603adb10b9bb3f3beb3f8d5fba973 /src/macos.m | |
parent | 95c527db1484f7758a180c6de051d0182c3b2e81 (diff) | |
parent | f99a9111170f2ff28383fd3172fdaf4b9a1ba069 (diff) |
Merge branch 'work/v1.6' into work/serious-unicode
# Conflicts:
# res/fonts/SmolEmoji-Regular.ttf
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 | } |