mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 07:00:37 +00:00
New patches
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4328 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dcd2e40b41
commit
37629d31fd
4 changed files with 66 additions and 7 deletions
|
@ -1034,6 +1034,8 @@ NSApplication *NSApp = nil;
|
|||
// Set the app's icon
|
||||
- (void) setApplicationIconImage: (NSImage*)anImage
|
||||
{
|
||||
[app_icon setName:nil];
|
||||
[anImage setName:@"NSApplicationIcon"];
|
||||
ASSIGN(app_icon, anImage);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue