diff --git a/Boxer/Application Delegate/BXSampleGamesCopy.m b/Boxer/Application Delegate/BXSampleGamesCopy.m index e55ae245..42827144 100644 --- a/Boxer/Application Delegate/BXSampleGamesCopy.m +++ b/Boxer/Application Delegate/BXSampleGamesCopy.m @@ -60,7 +60,7 @@ - (void) main { NSImage *iconForGame = [CoverArt coverArtWithImage: image]; - [[NSWorkspace sharedWorkspace] setIcon: iconForGame forFile: destinationURL.path options: 0]; + [[NSWorkspace sharedWorkspace] setIcon: iconForGame forFile: destinationURL.path options: NSExcludeQuickDrawElementsIconCreationOption]; } } }