Nicer windows menu images

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3550 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-01-08 14:55:25 +00:00
parent 4f719887bf
commit 8eebbb6c9c

View file

@ -1537,11 +1537,11 @@ NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
}
if ([aWindow isDocumentEdited])
{
newImage = [NSImage imageNamed: @"common_CloseBroken"];
newImage = [NSImage imageNamed: @"common_WMCloseBroken"];
}
else
{
newImage = [NSImage imageNamed: @"common_Close"];
newImage = [NSImage imageNamed: @"common_WMClose"];
}
if (newImage != oldImage)
{