Lib Loader Radiobutton (#2689)

This commit is contained in:
Megamouse 2017-04-19 23:16:55 +02:00 committed by Ivan
parent 8060cf9b19
commit ff5295de32
5 changed files with 60 additions and 23 deletions

View file

@ -8,7 +8,7 @@
extern KeyboardPadConfig g_kbpad_config;
PADManager::PADManager(wxWindow* parent)
: wxDialog(parent, wxID_ANY, "PAD Settings")
: wxDialog(parent, wxID_ANY, "Keyboard Settings")
, m_button_id(0)
, m_key_pressed(false)
{