diff options
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 |