More debug text fixes

Also a few small non-debug text changes.
This commit is contained in:
JosJuice
2016-10-31 15:06:27 +01:00
parent 5102e76a7f
commit 3c6742f66f
14 changed files with 43 additions and 7 deletions

View File

@ -59,7 +59,7 @@ PadMapDialog::PadMapDialog(wxWindow* parent, NetPlayServer* server, NetPlayClien
// This looks a little weird but it's fine because we're using a grid bag sizer;
// we can add columns in any order.
build_choice(0, i, m_pad_mapping, _("GC Port"));
build_choice(4, i, m_wii_mapping, _("Wiimote"));
build_choice(4, i, m_wii_mapping, _("Wii Remote"));
}
wxBoxSizer* const main_szr = new wxBoxSizer(wxVERTICAL);