From ae2c0eee3388b29a383a3c91222abadbd4d0d77a Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Thu, 15 Jun 2006 22:42:22 +0000 Subject: [PATCH] Apple says that it is preferable to specify the file extension for files --- macosx/SmoothAquaView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/SmoothAquaView.m b/macosx/SmoothAquaView.m index ec0357cd6..9d07c9485 100644 --- a/macosx/SmoothAquaView.m +++ b/macosx/SmoothAquaView.m @@ -31,7 +31,7 @@ if ((self = [super initWithFrame: frameRect])) { fBackgroundColor = [[NSColor colorWithPatternImage: - [NSImage imageNamed: @"StatusBorder"]] retain]; + [NSImage imageNamed: @"StatusBorder.png"]] retain]; } return self; }