From 4a40d94b5af36e2da60d02aa0cc37cb1487d650d Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Wed, 27 Jul 2022 00:12:54 +0100 Subject: [PATCH] More hotkey label cleanup. --- common/widgets/widget_hotkey_list.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/widgets/widget_hotkey_list.cpp b/common/widgets/widget_hotkey_list.cpp index c956498482..28b0bf5038 100644 --- a/common/widgets/widget_hotkey_list.cpp +++ b/common/widgets/widget_hotkey_list.cpp @@ -297,6 +297,7 @@ void WIDGET_HOTKEY_LIST::updateFromClientData() label = changed_hk.m_Actions[ 0 ]->GetName(); label.Replace( wxT( "..." ), wxEmptyString ); + label.Replace( wxT( "…" ), wxEmptyString ); // mark unsaved changes if( changed_hk.m_EditKeycode != changed_hk.m_Actions[ 0 ]->GetHotKey() )