Revision: 28897
          http://sourceforge.net/p/bibdesk/svn/28897
Author:   hofman
Date:     2024-05-12 16:02:20 +0000 (Sun, 12 May 2024)
Log Message:
-----------
include initial after dahs in AMA style abbreviated names

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

Modified: trunk/bibdesk/BibAuthor.m
===================================================================
--- trunk/bibdesk/BibAuthor.m   2024-05-08 14:33:24 UTC (rev 28896)
+++ trunk/bibdesk/BibAuthor.m   2024-05-12 16:02:20 UTC (rev 28897)
@@ -477,8 +477,7 @@
                 CFStringAppend(string, CFSTR(" "));
             CFStringAppend(string, ch);
             CFStringAppend(string, CFSTR("."));
-            if (searchRange.location == 0)
-                CFStringAppend(shortString, ch);
+            CFStringAppend(shortString, ch);
             CFRelease(ch);
         }
         searchRange = CFRangeMake(dashRange.location + dashRange.length, end - 
dashRange.location - dashRange.length);

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



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to