From: Peter Maydell <peter.maydell@linaro.org>
To: Programmingkid <programmingkidx@gmail.com>
Cc: qemu-devel qemu-devel <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH] ui/cocoa.m: Add support for cdr files
Date: Mon, 4 Apr 2016 13:57:04 +0100 [thread overview]
Message-ID: <CAFEAcA-1yjTFU4o4dccakPSroUE9xM3gpFMw0c5xzjCppAvDcA@mail.gmail.com> (raw)
In-Reply-To: <32C964D4-3F17-47B7-AE7E-593E6BFD8855@gmail.com>
On 30 March 2016 at 17:37, Programmingkid <programmingkidx@gmail.com> wrote:
> Allow the user to select .cdr files in the file open dialog.
>
> Signed-off-by: John Arbuckle <programmingkidx@gmail.com>
> ---
> ui/cocoa.m | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/ui/cocoa.m b/ui/cocoa.m
> index 6914714..60a7c07 100644
> --- a/ui/cocoa.m
> +++ b/ui/cocoa.m
> @@ -874,7 +874,8 @@ QemuCocoaView *cocoaView;
>
> // set the supported image file types that can be opened
> supportedImageFileTypes = [NSArray arrayWithObjects: @"img", @"iso", @"dmg",
> - @"qcow", @"qcow2", @"cloop", @"vmdk", nil];
> + @"qcow", @"qcow2", @"cloop", @"vmdk", @"cdr",
> + nil];
> }
> return self;
> }
Applied to master, thanks.
-- PMM
prev parent reply other threads:[~2016-04-04 12:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-30 16:37 [Qemu-devel] [PATCH] ui/cocoa.m: Add support for cdr files Programmingkid
2016-04-04 12:57 ` Peter Maydell [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAFEAcA-1yjTFU4o4dccakPSroUE9xM3gpFMw0c5xzjCppAvDcA@mail.gmail.com \
--to=peter.maydell@linaro.org \
--cc=programmingkidx@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).