Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove console correctly #96

Merged
merged 2 commits into from Mar 8, 2014

Conversation

lioncash
Copy link
Member

This time in which I don't break *nix stdout output support.

@@ -63,8 +63,6 @@ void LogConfigWindow::CreateGUIControls()
// Options
m_writeFileCB = new wxCheckBox(this, wxID_ANY, _("Write to File"));
m_writeFileCB->Bind(wxEVT_COMMAND_CHECKBOX_CLICKED, &LogConfigWindow::OnWriteFileChecked, this);
m_writeConsoleCB = new wxCheckBox(this, wxID_ANY, _("Write to Console"));
m_writeConsoleCB->Bind(wxEVT_COMMAND_CHECKBOX_CLICKED, &LogConfigWindow::OnWriteConsoleChecked, this);

This comment was marked as off-topic.

@Sonicadvance1
Copy link
Contributor

LGTM

Parlane added a commit that referenced this pull request Mar 8, 2014
@Parlane Parlane merged commit 886060a into dolphin-emu:master Mar 8, 2014
@lioncash lioncash deleted the remove-console-correctly branch March 8, 2014 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants