Revision: 21604
          http://sourceforge.net/p/bibdesk/svn/21604
Author:   hofman
Date:     2017-10-29 20:14:37 +0000 (Sun, 29 Oct 2017)
Log Message:
-----------
use image name constant

Modified Paths:
--------------
    trunk/bibdesk/BDSKPreferenceController.m

Modified: trunk/bibdesk/BDSKPreferenceController.m
===================================================================
--- trunk/bibdesk/BDSKPreferenceController.m    2017-10-29 16:39:21 UTC (rev 
21603)
+++ trunk/bibdesk/BDSKPreferenceController.m    2017-10-29 20:14:37 UTC (rev 
21604)
@@ -427,7 +427,7 @@
             if ((item = [[NSToolbarItem alloc] 
initWithItemIdentifier:itemIdentifier])) {
                 [item setTarget:self];
                 [item setAction:@selector(showAll:)];
-                [item setImage:[NSImage imageNamed:@"NSApplicationIcon"]];
+                [item setImage:[NSImage 
imageNamed:NSImageNameApplicationIcon]];
                 [item setLabel:NSLocalizedString(@"Show All", @"Toolbar item 
label")];
             }
         } else if ([itemIdentifier 
isEqualToString:BDSKPreferencesToolbarPreviousItemIdentifier]) {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to