mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
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:
parent
ac3e797146
commit
a1e3abba63
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue