Revision: 24131
          http://sourceforge.net/p/bibdesk/svn/24131
Author:   hofman
Date:     2019-08-15 14:54:17 +0000 (Thu, 15 Aug 2019)
Log Message:
-----------
update comments

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.h

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.h
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.h      2019-08-15 
06:29:46 UTC (rev 24130)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.h      2019-08-15 
14:54:17 UTC (rev 24131)
@@ -375,23 +375,23 @@
 
 /** The current text color.
  
- The default is +[NSColor darkGrayColor].  Can be bound. */
+ The default is +[NSColor secondaryLabelColor].  Can be bound. */
 - (NSColor *)textColor;
 
 /** Change the text color.
  
- The default is +[NSColor darkGrayColor].  Can be bound.
+ The default is +[NSColor secondaryLabelColor].  Can be bound.
  @param aColor The new text color. */
 - (void)setTextColor:(NSColor *)aColor;
 
 /** The current subtitle color.
  
- The default is +[NSColor grayColor].  Can be bound. */
+ The default is +[NSColor tertiaryLabelColor].  Can be bound. */
 - (NSColor *)subtitleColor;
 
 /** Change the subtitle color.
  
- The default is +[NSColor grayColor].  Can be bound.
+ The default is +[NSColor tertiaryLabelColor].  Can be bound.
  @param aColor The new subtitle color. */
 - (void)setSubtitleColor:(NSColor *)aColor;
 

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