Revision: 28914
http://sourceforge.net/p/bibdesk/svn/28914
Author: hofman
Date: 2024-05-16 17:00:14 +0000 (Thu, 16 May 2024)
Log Message:
-----------
invert condition
Modified Paths:
--------------
trunk/bibdesk/BDSKPreferenceRecord.m
Modified: trunk/bibdesk/BDSKPreferenceRecord.m
===================================================================
--- trunk/bibdesk/BDSKPreferenceRecord.m 2024-05-16 14:26:58 UTC (rev
28913)
+++ trunk/bibdesk/BDSKPreferenceRecord.m 2024-05-16 17:00:14 UTC (rev
28914)
@@ -57,7 +57,7 @@
@dynamic identifier, paneClass, nibName, title, label, toolTip, helpAnchor,
initialValues, searchTerms;
static NSDictionary *localizedDictionary(NSDictionary *aDictionary) {
- if ([[aDictionary objectForKey:IDENTIFIER_KEY]
isEqualToString:@"edu.ucsd.cs.mmccrack.bibdesk.prefpane.display"])
+ if ([[aDictionary objectForKey:IDENTIFIER_KEY]
isEqualToString:@"edu.ucsd.cs.mmccrack.bibdesk.prefpane.display"] == NO)
return aDictionary;
NSString *templateName = NSLocalizedString(@"Default preview template",
@"");
if ([[[aDictionary objectForKey:INITIAL_VALUES_KEY]
objectForKey:BDSKBottomPreviewDisplayTemplateKey] isEqualToString:templateName])
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