attempt to get the dock icon to clear on quit on tiger

This commit is contained in:
Mitchell Livingston 2007-12-20 01:55:02 +00:00
parent 15c7cebe8b
commit c9682f5c06
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@
fSpeedBadge = NO;
fCompleted = 0;
fCompletedBadged = 0;
[NSApp setApplicationIconImage: nil];
[NSApp setApplicationIconImage: @"NSApplicationIcon"];
}
}