mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +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
989fb01d6d
commit
1aa8213925
4 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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…
Reference in a new issue