diff -r 1ecc1183f046 -r 3fc287f06305 ui/common/menu.h --- a/ui/common/menu.h Sun Feb 11 15:59:56 2024 +0100 +++ b/ui/common/menu.h Mon Feb 12 17:32:02 2024 +0100 @@ -65,7 +65,7 @@ struct UiMenu { UiMenuItemI item; - char *label; + const char *label; UiMenuItemI *items_begin; UiMenuItemI *items_end; UiMenu *parent;