summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/UDPWrapper.cpp
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2010-07-09 22:11:12 +0000
committerJordan Woyak <jordan.woyak@gmail.com>2010-07-09 22:11:12 +0000
commit1e4f3c589d9a9f348c6162341d5b646c4fe498cd (patch)
treeaed2bfad699b20f63c93215e9444b54de206bf3e /Source/Core/InputCommon/Src/UDPWrapper.cpp
parentd0c9a38681654319d4bcefed14a23e7252d8c229 (diff)
New Wiimote Plugin: Made UDPWiimote use the regular "Nunchuk" extension setting. Having a separate "UDPNunchuk" was really ugly. -some other minor changes.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5863 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/UDPWrapper.cpp')
-rw-r--r--Source/Core/InputCommon/Src/UDPWrapper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/Src/UDPWrapper.cpp b/Source/Core/InputCommon/Src/UDPWrapper.cpp
index 1442c2353e..b92ec79070 100644
--- a/Source/Core/InputCommon/Src/UDPWrapper.cpp
+++ b/Source/Core/InputCommon/Src/UDPWrapper.cpp
@@ -172,6 +172,7 @@ void UDPConfigDiag::OKPressed(wxCommandEvent & event)
void UDPWrapper::Configure(wxWindow * parent)
{
wxDialog * diag = new UDPConfigDiag(parent,this);
+ diag->Center();
diag->ShowModal();
diag->Destroy();
}