ui: Handshake! Dislexia Induced Typo, fixed

Fix the Hardware Handshake label :-)

Signed-off-by: Michel Pollet <buserror@gmail.com>
This commit is contained in:
Michel Pollet 2024-03-13 09:50:05 +00:00
parent e231ecb762
commit d60bc9bee9
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,6 @@ typedef struct mui_menu_t {
mui_window_t win;
uint click_inside : 1,
drag_ev : 1,
closing: 1, // prevent double-delete
timer_call_count : 2; // used by mui_menu_close_timer_cb
mui_control_ref_t highlighted; // mui_menuitem_control_t *
mui_time_t sub_open_stamp;

View File

@ -404,7 +404,7 @@ mii_mui_configure_ssc(
cf.r = cf.l + 280;
m->handshake = c = mui_button_new(w,
cf, MUI_BUTTON_STYLE_CHECKBOX,
"Handware Handshake",
"Hardware Handshake",
MII_SSC_HANDSHAKE);
c->key_equ = MUI_KEY_EQU(MUI_MODIFIER_ALT, 'h');
c = NULL;