Commit 7a674b136337ac195b2a983f4a6b81f1c50c715e
1 parent
5a246934
accept more disk image extensions (David Still)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1359 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
cocoa.m
... | ... | @@ -430,7 +430,7 @@ static void QZ_SetPortAlphaOpaque () |
430 | 430 | |
431 | 431 | [op setMessage:@"Select the disk image you want to boot.\n\nHit the \"Cancel\" button to quit"]; |
432 | 432 | |
433 | - [op beginSheetForDirectory:nil file:nil types:[NSArray arrayWithObjects:@"img",@"iso",nil] | |
433 | + [op beginSheetForDirectory:nil file:nil types:[NSArray arrayWithObjects:@"img",@"iso",@"dmg",@"qcow",@"cow",@"cloop",@"vmdk",nil] | |
434 | 434 | modalForWindow:window modalDelegate:self |
435 | 435 | didEndSelector:@selector(openPanelDidEnd:returnCode:contextInfo:) contextInfo:NULL]; |
436 | 436 | } | ... | ... |