From 945a054848c64af7351620f09101f7a687498d34 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Tue, 11 Aug 2009 14:07:15 -0700 Subject: Shorten the title of the emulator to only contain very relevant info. BUG: 2044596 --- android/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'android') diff --git a/android/main.c b/android/main.c index f93bfa5..f0b9d16 100644 --- a/android/main.c +++ b/android/main.c @@ -516,9 +516,9 @@ qemulator_set_title( QEmulator* emulator ) } } - p = bufprint(p, end, "Android Emulator (%s:%d)", - avdInfo_getName( android_avdInfo ), - android_base_port ); + p = bufprint(p, end, "%d:%s", + android_base_port, + avdInfo_getName( android_avdInfo )); skin_window_set_title( emulator->window, temp ); } -- cgit v1.1