From 41e64cfdfc777409f6462c38906d1c096b8f83ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20L=C3=B6hr?= Date: Tue, 16 Aug 2016 03:05:17 +0200 Subject: [PATCH] Change the Wii U GC Adapter Dialog button from 'OK' to 'Close' --- Source/Core/DolphinWX/Config/GCAdapterConfigDiag.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/DolphinWX/Config/GCAdapterConfigDiag.cpp b/Source/Core/DolphinWX/Config/GCAdapterConfigDiag.cpp index 8cbc8b1cec..d15f4a5e4f 100644 --- a/Source/Core/DolphinWX/Config/GCAdapterConfigDiag.cpp +++ b/Source/Core/DolphinWX/Config/GCAdapterConfigDiag.cpp @@ -46,7 +46,7 @@ GCAdapterConfigDiag::GCAdapterConfigDiag(wxWindow* const parent, const wxString& szr->Add(m_adapter_status, 0, wxEXPAND); szr->Add(gamecube_rumble, 0, wxEXPAND); szr->Add(gamecube_konga, 0, wxEXPAND); - szr->Add(CreateButtonSizer(wxOK | wxNO_DEFAULT), 0, wxEXPAND | wxALL, 5); + szr->Add(CreateButtonSizer(wxCLOSE), 0, wxEXPAND | wxALL, 5); SetLayoutAdaptationMode(wxDIALOG_ADAPTATION_MODE_ENABLED); SetSizerAndFit(szr);