mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
DolphinWX: Make WXInputBase part of the WxUtils namespace.
There's no need for the preprocessor checks for wx, since this is used in wx code. Also, this being a part of the InputCommon namespace is kind of wrong.
This commit is contained in:
@ -511,8 +511,8 @@ wxString CFrame::GetMenuLabel(int Id)
|
||||
|
||||
hotkeymodifier &= wxMOD_CONTROL | wxMOD_ALT | wxMOD_SHIFT;
|
||||
|
||||
Modifier = InputCommon::WXKeymodToString(hotkeymodifier);
|
||||
Hotkey = InputCommon::WXKeyToString(hotkey);
|
||||
Modifier = WxUtils::WXKeymodToString(hotkeymodifier);
|
||||
Hotkey = WxUtils::WXKeyToString(hotkey);
|
||||
if (Modifier.Len() + Hotkey.Len() > 0)
|
||||
Label += '\t';
|
||||
|
||||
|
Reference in New Issue
Block a user