diff --git a/Source/NSAlert.m b/Source/NSAlert.m index 41a6d6231..bea65f4ad 100644 --- a/Source/NSAlert.m +++ b/Source/NSAlert.m @@ -359,7 +359,6 @@ setControl(NSView* content, id control, NSString *title) [icoButton setEnabled: NO]; [[icoButton cell] setImageDimsWhenDisabled: NO]; [icoButton setImagePosition: NSImageOnly]; - [[icoButton cell] setImageDimsWhenDisabled: NO]; image = [[NSApplication sharedApplication] applicationIconImage]; [icoButton setImage: image]; [content addSubview: icoButton];