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:
gcasa 2009-08-28 21:33:37 +00:00
parent b376b80f9e
commit 2ca663467a
4 changed files with 9 additions and 2 deletions

View file

@ -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);