We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8166376 commit e450c60Copy full SHA for e450c60
Classes/Controllers/PBPrefsWindowController.m
@@ -19,7 +19,7 @@ @implementation PBPrefsWindowController
19
- (void)setupToolbar
20
{
21
// GENERAL
22
- [self addView:generalPrefsView label:@"General" image:[NSImage imageNamed:@"gitx"]];
+ [self addView:generalPrefsView label:@"General" image:[NSImage imageNamed:NSImageNameApplicationIcon]];
23
// INTERGRATION
24
[self addView:integrationPrefsView label:@"Integration" image:[NSImage imageNamed:NSImageNameNetwork]];
25
// UPDATES
0 commit comments