mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 15:31:56 +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
5c4f8b38f5
commit
6f6e65c79f
1 changed files with 1 additions and 1 deletions
|
@ -1507,7 +1507,7 @@ static inline NSRect buttonCellFrameFromRect(NSRect cellRect)
|
||||||
if (!ForceArrowIcon)
|
if (!ForceArrowIcon)
|
||||||
{
|
{
|
||||||
_buttonCell = [[NSButtonCell alloc] initImageCell:
|
_buttonCell = [[NSButtonCell alloc] initImageCell:
|
||||||
[NSImage imageNamed: @"NSComboBoxEllipsis"]];
|
[NSImage imageNamed: @"common_ComboBoxEllipsis"]];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue