sdl: improve grab exiting instructions
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 1 Mar 2010 14:47:28 +0000 (08:47 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 8 Mar 2010 16:59:53 +0000 (10:59 -0600)
It might not be obvious what "grab" is.

Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
sdl.c

diff --git a/sdl.c b/sdl.c
index f26035c..1d1e100 100644 (file)
--- 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) {