Update pull request 1782. Reordered header and corrected text case.

Feedback from Antidote and lioncash.
This commit is contained in:
FL.dolphinemu 2014-12-29 11:00:03 +01:00
parent 78f8bf7423
commit 5de43536ba
2 changed files with 5 additions and 5 deletions

View File

@ -36,6 +36,8 @@
#include <wx/aui/auibook.h> #include <wx/aui/auibook.h>
#include <wx/aui/framemanager.h> #include <wx/aui/framemanager.h>
#include "AudioCommon/AudioCommon.h"
#include "Common/CommonTypes.h" #include "Common/CommonTypes.h"
#include "Common/FileUtil.h" #include "Common/FileUtil.h"
#include "Common/Thread.h" #include "Common/Thread.h"
@ -64,8 +66,6 @@
#include "VideoCommon/VertexShaderManager.h" #include "VideoCommon/VertexShaderManager.h"
#include "VideoCommon/VideoConfig.h" #include "VideoCommon/VideoConfig.h"
#include "AudioCommon/AudioCommon.h"
// Resources // Resources
extern "C" { extern "C" {

View File

@ -219,9 +219,9 @@ void HotkeyConfigDialog::CreateHotkeyGUIControls()
_("Connect Wiimote 4"), _("Connect Wiimote 4"),
_("Connect Balance Board"), _("Connect Balance Board"),
_("Volume up"), _("Volume Up"),
_("Volume down"), _("Volume Down"),
_("Volume toggle mute"), _("Volume Toggle Mute"),
_("Toggle IR"), _("Toggle IR"),
_("Toggle Aspect Ratio"), _("Toggle Aspect Ratio"),