1
0
Fork 0

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:
Peter Veenstra 2016-06-24 21:21:36 +00:00
parent 2b837cf6fb
commit 9dc8581f4a

View file

@ -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();