mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
sorry about that...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@693 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3055091932
commit
c31cba8f0b
@ -89,6 +89,8 @@ inline void AddControl(wxPanel *pan, wxButton **button, wxStaticBoxSizer *sizer,
|
||||
*button = new wxButton(pan, ctl, wxString::FromAscii(keyStr),
|
||||
wxDefaultPosition, wxDefaultSize, 0);
|
||||
|
||||
hButton->Add(*button, 0, wxALL);
|
||||
|
||||
sizer->Add(hButton);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user