Made images easier to be changed by themes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@18647 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
FredKiefer 2004-02-24 19:31:33 +00:00
parent 8ed6bbe6ab
commit 7a53fefbf0
7 changed files with 47 additions and 22 deletions

View file

@ -54,7 +54,7 @@ static NSImage *arrowImage = nil; /* Cache arrow image. */
if (self == [NSMenuItemCell class])
{
[self setVersion: 2];
arrowImage = [[NSImage imageNamed: @"common_3DArrowRight"] copy];
arrowImage = [[NSImage imageNamed: @"NSMenuArrow"] copy];
}
}