Fix image name for notification

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@39833 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-06-01 16:17:42 +00:00
parent ac3e797146
commit a1e3abba63

View file

@ -241,7 +241,7 @@ static NSString * const kButtonActionKey = @"show";
//[(NSImage*)[NSImage imageNamed: @"NSApplicationIcon"] setName: nil];
// We need to copy the image as we may have a proxy here
image = AUTORELEASE([image copy]);
//[image setName: @"NSApplicationIcon"];
[image setName: @"NSUserNotificationIcon"];
}
}
return image;