mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
DolphinWX: Specify wxID_ANY where -1 is used in controls
This commit is contained in:
parent
64124a0d21
commit
10bfbebc78
16 changed files with 100 additions and 100 deletions
|
@ -22,7 +22,7 @@ class CARCodeAddEdit : public wxDialog
|
|||
{
|
||||
public:
|
||||
CARCodeAddEdit(int _selection, wxWindow* parent,
|
||||
wxWindowID id = 1,
|
||||
wxWindowID id = wxID_ANY,
|
||||
const wxString& title = _("Edit ActionReplay Code"),
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue