Merge pull request #1225 from lioncash/lolwx

DolphinWX: Make WXInputBase part of the WxUtils namespace.
This commit is contained in:
skidau
2014-10-07 13:28:25 +11:00
4 changed files with 10 additions and 14 deletions

View File

@ -513,8 +513,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';