mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 22:10:36 +00:00
Correct the image name to be consistent with the other image names.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28568 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b376b80f9e
commit
2ca663467a
4 changed files with 9 additions and 2 deletions
|
@ -357,7 +357,7 @@
|
|||
else
|
||||
{
|
||||
[self setName: GSScrollerVerticalKnob forElement: cell temporary: YES];
|
||||
[cell setImage: [NSImage imageNamed: @"common_DimpleH"]];
|
||||
[cell setImage: [NSImage imageNamed: @"common_DimpleHoriz"]];
|
||||
|
||||
}
|
||||
RELEASE(cell);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue