Fixed image reference

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19424 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Quentin Mathe 2004-05-29 16:49:53 +00:00
parent 88f81b68b5
commit ce40c0e08b

View file

@ -1507,7 +1507,7 @@ static inline NSRect buttonCellFrameFromRect(NSRect cellRect)
if (!ForceArrowIcon)
{
_buttonCell = [[NSButtonCell alloc] initImageCell:
[NSImage imageNamed: @"NSComboBoxEllipsis"]];
[NSImage imageNamed: @"common_ComboBoxEllipsis"]];
}
else
{