mirror of https://github.com/PCSX2/pcsx2.git
IPC: formatting & typo
This commit is contained in:
parent
23897eca23
commit
1949c586f3
|
@ -611,7 +611,7 @@ set(pcsx2GuiSources
|
|||
gui/Dialogs/McdConfigDialog.cpp
|
||||
gui/Dialogs/PickUserModeDialog.cpp
|
||||
gui/Dialogs/SysConfigDialog.cpp
|
||||
gui/Dialogs/IPCDialog.cpp
|
||||
gui/Dialogs/IPCDialog.cpp
|
||||
gui/Debugger/BreakpointWindow.cpp
|
||||
gui/Debugger/CtrlDisassemblyView.cpp
|
||||
gui/Debugger/CtrlRegisterList.cpp
|
||||
|
|
|
@ -45,7 +45,6 @@ Dialogs::IPCDialog::IPCDialog(wxWindow* parent)
|
|||
|
||||
*this += new wxStaticText(this, wxID_ANY, _("IPC Slot"));
|
||||
*this += ipc_slot;
|
||||
*this += confirm;
|
||||
}
|
||||
|
||||
void Dialogs::IPCDialog::OnConfirm(wxCommandEvent& evt)
|
||||
|
|
Loading…
Reference in New Issue