mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-14 00:58:51 +02:00
DolphinWX: Fix button handling for AR codes
This commit is contained in:
@ -33,7 +33,7 @@ CARCodeAddEdit::CARCodeAddEdit(int _selection, wxWindow* parent, wxWindowID id,
|
|||||||
: wxDialog(parent, id, title, position, size, style)
|
: wxDialog(parent, id, title, position, size, style)
|
||||||
, selection(_selection)
|
, selection(_selection)
|
||||||
{
|
{
|
||||||
Bind(wxEVT_BUTTON, &CARCodeAddEdit::SaveCheatData, this);
|
Bind(wxEVT_BUTTON, &CARCodeAddEdit::SaveCheatData, this, wxID_OK);
|
||||||
|
|
||||||
ActionReplay::ARCode tempEntries;
|
ActionReplay::ARCode tempEntries;
|
||||||
wxString currentName = _("Insert name here..");
|
wxString currentName = _("Insert name here..");
|
||||||
|
Reference in New Issue
Block a user