Fix for the Config Dialog in GL
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@239 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
06e1add86c
commit
4faa685def
|
@ -234,7 +234,7 @@ void ConfigDialog::AddAAMode(int mode)
|
|||
{
|
||||
wxString tmp;
|
||||
tmp<<mode;
|
||||
m_AliasModeCB->wxControlWithItems::Append(tmp);
|
||||
m_AliasModeCB->Append(tmp);
|
||||
}
|
||||
|
||||
void ConfigDialog::AACB(wxCommandEvent& event)
|
||||
|
|
Loading…
Reference in New Issue