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