From 5de43536ba874b0cee8ce091ed63050b9699917d Mon Sep 17 00:00:00 2001 From: "FL.dolphinemu" Date: Mon, 29 Dec 2014 11:00:03 +0100 Subject: [PATCH] Update pull request 1782. Reordered header and corrected text case. Feedback from Antidote and lioncash. --- Source/Core/DolphinWX/Frame.cpp | 4 ++-- Source/Core/DolphinWX/HotkeyDlg.cpp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/Core/DolphinWX/Frame.cpp b/Source/Core/DolphinWX/Frame.cpp index cc205ecbf8..6e7f982190 100644 --- a/Source/Core/DolphinWX/Frame.cpp +++ b/Source/Core/DolphinWX/Frame.cpp @@ -36,6 +36,8 @@ #include #include +#include "AudioCommon/AudioCommon.h" + #include "Common/CommonTypes.h" #include "Common/FileUtil.h" #include "Common/Thread.h" @@ -64,8 +66,6 @@ #include "VideoCommon/VertexShaderManager.h" #include "VideoCommon/VideoConfig.h" -#include "AudioCommon/AudioCommon.h" - // Resources extern "C" { diff --git a/Source/Core/DolphinWX/HotkeyDlg.cpp b/Source/Core/DolphinWX/HotkeyDlg.cpp index dbc4ba5630..3becfc9c5a 100644 --- a/Source/Core/DolphinWX/HotkeyDlg.cpp +++ b/Source/Core/DolphinWX/HotkeyDlg.cpp @@ -219,9 +219,9 @@ void HotkeyConfigDialog::CreateHotkeyGUIControls() _("Connect Wiimote 4"), _("Connect Balance Board"), - _("Volume up"), - _("Volume down"), - _("Volume toggle mute"), + _("Volume Up"), + _("Volume Down"), + _("Volume Toggle Mute"), _("Toggle IR"), _("Toggle Aspect Ratio"),