Revision: 28770
          http://sourceforge.net/p/bibdesk/svn/28770
Author:   hofman
Date:     2024-02-18 16:53:36 +0000 (Sun, 18 Feb 2024)
Log Message:
-----------
change pragma mark

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

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2024-02-18 16:50:58 UTC (rev 28769)
+++ trunk/bibdesk/BibDocument.m 2024-02-18 16:53:36 UTC (rev 28770)
@@ -2634,6 +2634,8 @@
     }
 }
 
+#pragma mark File URL
+
 - (void)setFileURL:(NSURL *)absoluteURL{
     [super setFileURL:absoluteURL];
     [self setBasePath:[[[absoluteURL URLByStandardizingPath] 
URLByDeletingLastPathComponent] path]];
@@ -2650,7 +2652,7 @@
     }
 }
 
-#pragma mark Opening a file URL
+#pragma mark Sharing
 
 - (NSArray *)sharingServices {
     NSArray *pubs = [self clickedOrSelectedPublications];

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