提交 9d227f19 编写于 作者: J John Arbuckle 提交者: Peter Maydell

ui/cocoa.m: Add support for cdr files

Allow the user to select .cdr files in the file open dialog.
Signed-off-by: NJohn Arbuckle <programmingkidx@gmail.com>
Message-id: 32C964D4-3F17-47B7-AE7E-593E6BFD8855@gmail.com
Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
上级 bdc5db01
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册