From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkUet-0002W0-0z for qemu-devel@nongnu.org; Thu, 15 Sep 2016 07:16:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bkUeo-00053u-R5 for qemu-devel@nongnu.org; Thu, 15 Sep 2016 07:16:45 -0400 Received: from mail-vk0-f47.google.com ([209.85.213.47]:33569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bkUeo-00052K-Dk for qemu-devel@nongnu.org; Thu, 15 Sep 2016 07:16:42 -0400 Received: by mail-vk0-f47.google.com with SMTP id b81so20868083vkd.0 for ; Thu, 15 Sep 2016 04:16:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Thu, 15 Sep 2016 12:15:21 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v4] ui/cocoa.m: Make a better about dialog List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid Cc: qemu-devel qemu-devel On 16 August 2016 at 09:23, Peter Maydell wrote: > On 16 August 2016 at 03:11, Programmingkid wrote: >> The about dialog in QEMU on Mac OS X is very plain and unhelpful. This patch >> makes the about dialog look a lot better and have some descriptive information >> on what version of QEMU the user is running. >> >> Signed-off-by: John Arbuckle > > Reviewed-by: Peter Maydell > > I've put this patch in a list to apply once 2.7 is released. Applied to master, thanks. -- PMM