diff options
author | Arisotura <thetotalworm@gmail.com> | 2019-06-04 15:56:09 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2019-06-04 15:56:09 +0200 |
commit | c8472a67c1243473dc3afc16fb610959d9d0f1a9 (patch) | |
tree | 1959e9e3f5f465e89efc07b10503ef6e5f26a8cd /src/libui_sdl | |
parent | 33caccf70143ec84f89b867c3e6d6da5a9a7fe3a (diff) |
make capitalization consistent
Diffstat (limited to 'src/libui_sdl')
-rw-r--r-- | src/libui_sdl/DlgInputConfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libui_sdl/DlgInputConfig.cpp b/src/libui_sdl/DlgInputConfig.cpp index b17f049..7bc03b9 100644 --- a/src/libui_sdl/DlgInputConfig.cpp +++ b/src/libui_sdl/DlgInputConfig.cpp @@ -58,7 +58,7 @@ char dskeylabels[12][8] = {"A:", "B:", "Select:", "Start:", "Right:", "Left:", " int identity[32] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31}; -char hotkeylabels[HK_MAX][32] = {"Close/open lid:", "Microphone:", "Fast Forward:", "Fast Forward (Toggle):"}; +char hotkeylabels[HK_MAX][32] = {"Close/open lid:", "Microphone:", "Fast forward:", "Fast forward (toggle):"}; int openedmask; InputDlgData inputdlg[2]; |