diff --git a/src/gui/components/cc_types.h b/src/gui/components/cc_types.h index 738d655e8..0e0661657 100644 --- a/src/gui/components/cc_types.h +++ b/src/gui/components/cc_types.h @@ -194,7 +194,7 @@ typedef struct cc_string_ext_txt_t //for 'button_label' type with string typedef struct button_label_cc { - const char * button; + const char * button; // icon name std::string text; neutrino_locale_t locale; std::vector directKeys;