diff --git a/common/widgets/widget_hotkey_list.cpp b/common/widgets/widget_hotkey_list.cpp index da9f596fce..bd43b98e9a 100644 --- a/common/widgets/widget_hotkey_list.cpp +++ b/common/widgets/widget_hotkey_list.cpp @@ -311,7 +311,7 @@ void WIDGET_HOTKEY_LIST::UpdateFromClientData() // mark unsaved changes if( changed_hk.m_EditKeycode != changed_hk.m_Actions[ 0 ]->GetHotKey() ) - key_text += " *"; + label += " *"; SetItemText( i, 0, label ); SetItemText( i, 1, key_text);