Revision: 27898
http://sourceforge.net/p/bibdesk/svn/27898
Author: hofman
Date: 2022-09-16 12:16:41 +0000 (Fri, 16 Sep 2022)
Log Message:
-----------
fix image name for needs to generate cite key icon
Modified Paths:
--------------
trunk/bibdesk/BDSKEditor.m
Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m 2022-09-16 12:09:32 UTC (rev 27897)
+++ trunk/bibdesk/BDSKEditor.m 2022-09-16 12:16:41 UTC (rev 27898)
@@ -2850,7 +2850,7 @@
if ([publication hasEmptyOrDefaultCiteKey] && [[NSUserDefaults
standardUserDefaults] boolForKey:BDSKCiteKeyAutogenerateKey]) {
if ([[statusBar iconIdentifiers]
containsObject:BDSKNeedsToGenerateCiteKeyIdentifier] == NO) {
NSString *tooltip = NSLocalizedString(@"The cite key
needs to be generated.", @"Tool tip message");
- [statusBar addIcon:[NSImage imageNamed:@"key"]
withIdentifier:BDSKNeedsToGenerateCiteKeyIdentifier toolTip:tooltip];
+ [statusBar addIcon:[NSImage
imageNamed:@"CiteKeyPreferences"]
withIdentifier:BDSKNeedsToGenerateCiteKeyIdentifier toolTip:tooltip];
}
} else {
[statusBar
removeIconWithIdentifier:BDSKNeedsToGenerateCiteKeyIdentifier];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit