mirror of
https://github.com/buserror/mii_emu.git
synced 2024-11-21 10:31:33 +00:00
ui: Handshake! Dislexia Induced Typo, fixed
Fix the Hardware Handshake label :-) Signed-off-by: Michel Pollet <buserror@gmail.com>
This commit is contained in:
parent
e231ecb762
commit
d60bc9bee9
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user