Revision: 27608
          http://sourceforge.net/p/bibdesk/svn/27608
Author:   hofman
Date:     2022-06-11 08:56:53 +0000 (Sat, 11 Jun 2022)
Log Message:
-----------
invert condition

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2022-06-11 06:30:19 UTC (rev 27607)
+++ trunk/bibdesk/BDSKEditor.m  2022-06-11 08:56:53 UTC (rev 27608)
@@ -964,7 +964,7 @@
             [alert setInformativeText:[NSString 
stringWithFormat:NSLocalizedString(@"The cite key for \"%@\" could not be 
generated because the generated key would be the same as the crossref key.", 
@"Informative text in alert dialog"), oldKey]];
             [alert beginSheetModalForWindow:[self window] 
completionHandler:NULL];
             return;
-        } else if ([oldKey isEqualToString:newKey] == NO) {
+        } else if ([oldKey isEqualToString:newKey]) {
             return;
         }
         

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

Reply via email to