1
0
Fork 0
forked from len0rd/rockbox

Accepting PLAY as confirm in sound-menu (as in all other settings menu).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3942 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Kjell Ericson 2003-08-28 06:21:03 +00:00
parent a8b672b0f5
commit 20ac4a281a

View file

@ -119,6 +119,7 @@ bool set_sound(char* string,
#else #else
case BUTTON_STOP: case BUTTON_STOP:
case BUTTON_MENU: case BUTTON_MENU:
case BUTTON_PLAY:
#endif #endif
done = true; done = true;
break; break;