mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 17:52:42 +00:00
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:
parent
88f81b68b5
commit
ce40c0e08b
1 changed files with 1 additions and 1 deletions
|
@ -1507,7 +1507,7 @@ static inline NSRect buttonCellFrameFromRect(NSRect cellRect)
|
|||
if (!ForceArrowIcon)
|
||||
{
|
||||
_buttonCell = [[NSButtonCell alloc] initImageCell:
|
||||
[NSImage imageNamed: @"NSComboBoxEllipsis"]];
|
||||
[NSImage imageNamed: @"common_ComboBoxEllipsis"]];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue