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:
Gregory John Casamento 2009-08-28 21:33:37 +00:00
parent 989fb01d6d
commit 1aa8213925
4 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2009-08-28 17:32-EDT Gregory John Casamento <greg.casamento@gmail.com>
* Images/common_DimpleHoriz.tiff: Add
* Images/common_DimpleH.tiff: Remove
* Images/GNUmakefile: Copy new image.
* Source/GSThemeDrawing.m: Correct image name.
2009-08-28 17:19-EDT Gregory John Casamento <greg.casamento@gmail.com>
* Images/common_DimpleH.tiff: Horizontal image for dimple. This

View file

@ -88,7 +88,7 @@ common_UpAndDownArrowSmall.tiff \
common_DownArrowSmall.tiff \
common_Nibble.tiff \
common_Dimple.tiff \
common_DimpleH.tiff \
common_DimpleHoriz.tiff \
common_ret.tiff \
common_retH.tiff \
common_Unknown.tiff \

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