aboutsummaryrefslogtreecommitdiffstats
path: root/sdl.c
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2010-03-01 08:47:28 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2010-03-08 10:59:53 -0600
commit4e75b342b60bfc2c347fdc458c653fce83ddfaca (patch)
tree55c7383ccc2fae0721ea3b00e5f610822096b760 /sdl.c
parent921e169d61dbcbdb57457f8c24e0bf14e581341c (diff)
sdl: improve grab exiting instructions
It might not be obvious what "grab" is. Reported-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'sdl.c')
-rw-r--r--sdl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdl.c b/sdl.c
index f26035c8c..1d1e1001e 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) {