]> git.proxmox.com Git - qemu.git/commitdiff
accept more disk image extensions (David Still)
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 7 Apr 2005 20:36:50 +0000 (20:36 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 7 Apr 2005 20:36:50 +0000 (20:36 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1359 c046a42c-6fe2-441c-8c8c-71466251a162

cocoa.m

diff --git a/cocoa.m b/cocoa.m
index fba6c216015e8c72081abf9a80a11ee8787c2ad8..d41517b08737f5b711792abf98c6580f7fdf8283 100644 (file)
--- 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];
     }