From 2ca663467aa820c307dbbad109b765b38a3d353b Mon Sep 17 00:00:00 2001 From: gcasa Date: Fri, 28 Aug 2009 21:33:37 +0000 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ Images/GNUmakefile | 2 +- ...{common_DimpleH.tiff => common_DimpleHoriz.tiff} | Bin Source/GSThemeDrawing.m | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) rename Images/{common_DimpleH.tiff => common_DimpleHoriz.tiff} (100%) diff --git a/ChangeLog b/ChangeLog index 1d9805924..666696a78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-08-28 17:32-EDT Gregory John Casamento + + * 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 * Images/common_DimpleH.tiff: Horizontal image for dimple. This diff --git a/Images/GNUmakefile b/Images/GNUmakefile index b9bc0b395..583518121 100644 --- a/Images/GNUmakefile +++ b/Images/GNUmakefile @@ -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 \ diff --git a/Images/common_DimpleH.tiff b/Images/common_DimpleHoriz.tiff similarity index 100% rename from Images/common_DimpleH.tiff rename to Images/common_DimpleHoriz.tiff diff --git a/Source/GSThemeDrawing.m b/Source/GSThemeDrawing.m index f38cd920e..301b79b31 100644 --- a/Source/GSThemeDrawing.m +++ b/Source/GSThemeDrawing.m @@ -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);