mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
rename some functions as per their function
This commit is contained in:
parent
dbfd07f11e
commit
78aef474a5
4 changed files with 6 additions and 6 deletions
|
|
@ -142,7 +142,7 @@ VFSManagerDialog::VFSManagerDialog(wxWindow* parent)
|
|||
Bind(wxEVT_MENU, &VFSManagerDialog::OnAdd, this, id_add);
|
||||
Bind(wxEVT_MENU, &VFSManagerDialog::OnRemove, this, id_remove);
|
||||
Bind(wxEVT_MENU, &VFSManagerDialog::OnEntryConfig, this, id_config);
|
||||
Bind(wxEVT_BUTTON, &VFSManagerDialog::OnClose, this, wxID_OK);
|
||||
Bind(wxEVT_BUTTON, &VFSManagerDialog::OnOK, this, wxID_OK);
|
||||
|
||||
LoadEntries();
|
||||
UpdateList();
|
||||
|
|
@ -214,7 +214,7 @@ void VFSManagerDialog::OnRemove(wxCommandEvent& event)
|
|||
UpdateList();
|
||||
}
|
||||
|
||||
void VFSManagerDialog::OnClose(wxCommandEvent& event)
|
||||
void VFSManagerDialog::OnOK(wxCommandEvent& event)
|
||||
{
|
||||
SaveEntries();
|
||||
event.Skip();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue