mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-08 09:09:09 +00:00
More debug text fixes
Also a few small non-debug text changes.
This commit is contained in:
parent
5102e76a7f
commit
3c6742f66f
14 changed files with 43 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue