From: Anthony Liguori Date: Mon, 1 Mar 2010 14:47:28 +0000 (-0600) Subject: sdl: improve grab exiting instructions X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~8525 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e75b342b60bfc2c347fdc458c653fce83ddfaca;p=sdk%2Femulator%2Fqemu.git sdl: improve grab exiting instructions It might not be obvious what "grab" is. Reported-by: Ingo Molnar Signed-off-by: Anthony Liguori --- diff --git a/sdl.c b/sdl.c index f26035c..1d1e100 100644 --- a/sdl.c +++ b/sdl.c @@ -415,11 +415,11 @@ static void sdl_update_caption(void) status = " [Stopped]"; else if (gui_grab) { if (alt_grab) - status = " - Press Ctrl-Alt-Shift to exit grab"; + status = " - Press Ctrl-Alt-Shift to exit mouse grab"; else if (ctrl_grab) - status = " - Press Right-Ctrl to exit grab"; + status = " - Press Right-Ctrl to exit mouse grab"; else - status = " - Press Ctrl-Alt to exit grab"; + status = " - Press Ctrl-Alt to exit mouse grab"; } if (qemu_name) {