From f902d968af40f930d9d1350ca15909a274aafc3d Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Fri, 21 Dec 2012 01:12:58 +0000 Subject: - Convert all old .tiff resource images to .png format - Recompress all pngs losslessly to reduce disk use slightly - Remove old unused images - Switch some code over to imageNamed: to allow easier Retina additions in future --- Source/SPEditorPreferencePane.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPEditorPreferencePane.m') diff --git a/Source/SPEditorPreferencePane.m b/Source/SPEditorPreferencePane.m index 697c4495..b9df9845 100644 --- a/Source/SPEditorPreferencePane.m +++ b/Source/SPEditorPreferencePane.m @@ -726,7 +726,7 @@ static NSString *SPCustomColorSchemeNameLC = @"user-defined"; - (NSImage *)preferencePaneIcon { - return [NSImage imageNamed:@"toolbar-preferences-queryeditor"]; + return [NSImage imageNamed:@"toolbar-switch-to-sql"]; } - (NSString *)preferencePaneName -- cgit v1.2.3