X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=cocoa.m;h=d41517b08737f5b711792abf98c6580f7fdf8283;hb=51a36cb2cb38bee2834de8add532cb66e4e6b884;hp=fba6c216015e8c72081abf9a80a11ee8787c2ad8;hpb=5a246934eb737c242e28995641c9ebf80477b0b7;p=qemu diff --git a/cocoa.m b/cocoa.m index fba6c21..d41517b 100644 --- a/cocoa.m +++ b/cocoa.m @@ -430,7 +430,7 @@ static void QZ_SetPortAlphaOpaque () [op setMessage:@"Select the disk image you want to boot.\n\nHit the \"Cancel\" button to quit"]; - [op beginSheetForDirectory:nil file:nil types:[NSArray arrayWithObjects:@"img",@"iso",nil] + [op beginSheetForDirectory:nil file:nil types:[NSArray arrayWithObjects:@"img",@"iso",@"dmg",@"qcow",@"cow",@"cloop",@"vmdk",nil] modalForWindow:window modalDelegate:self didEndSelector:@selector(openPanelDidEnd:returnCode:contextInfo:) contextInfo:NULL]; }