Skip to content
Snippets Groups Projects
Commit 9d227f19 authored by John Arbuckle's avatar John Arbuckle Committed by Peter Maydell
Browse files

ui/cocoa.m: Add support for cdr files


Allow the user to select .cdr files in the file open dialog.

Signed-off-by: default avatarJohn Arbuckle <programmingkidx@gmail.com>
Message-id: 32C964D4-3F17-47B7-AE7E-593E6BFD8855@gmail.com
Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
parent bdc5db01
No related branches found
No related tags found
No related merge requests found
......@@ -874,7 +874,8 @@ - (id) init
// 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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment