diff -r 087cc9216f28 -r 13997c76859b ui/common/menu.h --- a/ui/common/menu.h Sun Feb 11 22:06:23 2024 +0100 +++ b/ui/common/menu.h Sun Feb 11 22:17:00 2024 +0100 @@ -65,7 +65,7 @@ struct UiMenu { UiMenuItemI item; - char *label; + const char *label; UiMenuItemI *items_begin; UiMenuItemI *items_end; UiMenu *parent;