Revision: 28264
          http://sourceforge.net/p/bibdesk/svn/28264
Author:   hofman
Date:     2023-05-26 21:39:27 +0000 (Fri, 26 May 2023)
Log Message:
-----------
font family name is an instance property

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

Modified: trunk/bibdesk/BDSKDownloadManager.m
===================================================================
--- trunk/bibdesk/BDSKDownloadManager.m 2023-05-26 14:44:14 UTC (rev 28263)
+++ trunk/bibdesk/BDSKDownloadManager.m 2023-05-26 21:39:27 UTC (rev 28264)
@@ -138,7 +138,7 @@
     return [NSArray arrayWithObjects:@"removeFinishedDownloads", 
@"removeFailedDownloads", nil];
 }
 
-+ (NSString *)fontFamilyName { return [[NSFont systemFontOfSize:0.0] 
familyName]; }
+- (NSString *)fontFamilyName { return [[NSFont systemFontOfSize:0.0] 
familyName]; }
 
 #pragma mark NSURLDownload delegate protocol
 

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