diff options
author | rowanbeentje <rowan@beent.je> | 2012-12-21 01:12:58 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-12-21 01:12:58 +0000 |
commit | f902d968af40f930d9d1350ca15909a274aafc3d (patch) | |
tree | 9b1f467f52d5d945a13eba2524918873b247d9d1 /Source/SPEditorPreferencePane.m | |
parent | ca5787cbe6d031b9d14639b54ada26cb12964c17 (diff) | |
download | sequelpro-f902d968af40f930d9d1350ca15909a274aafc3d.tar.gz sequelpro-f902d968af40f930d9d1350ca15909a274aafc3d.tar.bz2 sequelpro-f902d968af40f930d9d1350ca15909a274aafc3d.zip |
- 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
Diffstat (limited to 'Source/SPEditorPreferencePane.m')
-rw-r--r-- | Source/SPEditorPreferencePane.m | 2 |
1 files changed, 1 insertions, 1 deletions
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 |