Revision: 27708
          http://sourceforge.net/p/bibdesk/svn/27708
Author:   hofman
Date:     2022-07-07 17:12:35 +0000 (Thu, 07 Jul 2022)
Log Message:
-----------
return accessibility label

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVAccessibilityIconElement.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVAccessibilityIconElement.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVAccessibilityIconElement.m      
2022-07-07 17:00:35 UTC (rev 27707)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVAccessibilityIconElement.m      
2022-07-07 17:12:35 UTC (rev 27708)
@@ -219,6 +219,10 @@
     return title;
 }
 
+- (NSString *)accessibilityLabel {
+    return [self accessibilityTitle];
+}
+
 - (NSURL *)accessibilityURL {
     return [_parent URLForIconElement:self];
 }

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