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.
2 parents 8166376 + e450c60 commit 7a1cecaCopy full SHA for 7a1ceca
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