Revision: 24073
          http://sourceforge.net/p/bibdesk/svn/24073
Author:   hofman
Date:     2019-07-22 20:34:33 +0000 (Mon, 22 Jul 2019)
Log Message:
-----------
use FV prefix for category names

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVUtilities.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2019-07-22 
20:34:01 UTC (rev 24072)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2019-07-22 
20:34:33 UTC (rev 24073)
@@ -163,7 +163,7 @@
 };
 typedef NSInteger NSScrollerStyle;
 
-@interface NSScroller (SKLionDeclarations)
+@interface NSScroller (FVLionDeclarations)
 - (NSScrollerStyle)scrollerStyle;
 @end
 
@@ -170,13 +170,13 @@
 #endif
 
 #if defined(MAC_OS_X_VERSION_10_7) && MAC_OS_X_VERSION_MIN_REQUIRED >= 
MAC_OS_X_VERSION_10_7
-@interface FVFileView (SKLionDeclarations) <NSDraggingSource>
+@interface FVFileView (FVLionDeclarations) <NSDraggingSource>
 @end
 #endif
 
 #if !defined(MAC_OS_X_VERSION_10_10) || MAC_OS_X_VERSION_MAX_ALLOWED < 
MAC_OS_X_VERSION_10_10
 
-@interface NSColor (SKYosemiteDeclarations)
+@interface NSColor (FVYosemiteDeclarations)
 - (NSColor *)secondaryLabelColor;
 - (NSColor *)tertiaryLabelColor;
 @end

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVUtilities.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVUtilities.m     2019-07-22 
20:34:01 UTC (rev 24072)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVUtilities.m     2019-07-22 
20:34:33 UTC (rev 24073)
@@ -454,11 +454,11 @@
 
 #elif !defined(MAC_OS_X_VERSION_10_14) || MAC_OS_X_VERSION_MAX_ALLOWED < 
MAC_OS_X_VERSION_10_14
 
-@interface NSAppearance (SKMojaveExtensions)
+@interface NSAppearance (FVMojaveExtensions)
 - (NSString *)bestMatchFromAppearancesWithNames:(NSArray *)names;
 @end
 
-@interface NSApplication (SKMojaveExtensions) <NSAppearanceCustomization>
+@interface NSApplication (FVMojaveExtensions) <NSAppearanceCustomization>
 @end
 
 #endif

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