mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
wxWidgets3: update to svn r70933
This commit is contained in:
parent
0ed8af2287
commit
a648aca65c
906 changed files with 39468 additions and 17244 deletions
|
@ -43,7 +43,7 @@ const wxString WXKeyToString(int keycode)
|
|||
case WXK_CLEAR: return _("Clear");
|
||||
case WXK_SHIFT: return wxT("Shift");
|
||||
case WXK_ALT: return wxT("Alt");
|
||||
case WXK_CONTROL: return _("Control");
|
||||
case WXK_RAW_CONTROL: return _("Control");
|
||||
case WXK_MENU: return _("Menu");
|
||||
case WXK_PAUSE: return _("Pause");
|
||||
case WXK_CAPITAL: return _("Caps Lock");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue