Change name of the pause DOSBox key to avoid confusion.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3989
This commit is contained in:
parent
2b837cf6fb
commit
9dc8581f4a
1 changed files with 1 additions and 1 deletions
|
@ -1415,7 +1415,7 @@ static void GUI_StartUp(Section * sec) {
|
|||
#if C_DEBUG
|
||||
/* Pause binds with activate-debugger */
|
||||
#else
|
||||
MAPPER_AddHandler(&PauseDOSBox, MK_pause, MMOD2, "pause", "Pause");
|
||||
MAPPER_AddHandler(&PauseDOSBox, MK_pause, MMOD2, "pause", "Pause DBox");
|
||||
#endif
|
||||
/* Get Keyboard state of numlock and capslock */
|
||||
SDLMod keystate = SDL_GetModState();
|
||||
|
|
Loading…
Add table
Reference in a new issue