Revision: 13576
          http://sourceforge.net/p/skim-app/code/13576
Author:   hofman
Date:     2023-08-14 15:32:35 +0000 (Mon, 14 Aug 2023)
Log Message:
-----------
set acccessibility label for text tool button

Modified Paths:
--------------
    trunk/SKSecondaryPDFView.m

Modified: trunk/SKSecondaryPDFView.m
===================================================================
--- trunk/SKSecondaryPDFView.m  2023-08-14 15:31:06 UTC (rev 13575)
+++ trunk/SKSecondaryPDFView.m  2023-08-14 15:32:35 UTC (rev 13576)
@@ -252,7 +252,8 @@
         [toolModeButton setAction:@selector(toolModeButtonAction:)];
         
         [toolModeButton setToolTip:NSLocalizedString(@"Tool Mode", @"Tool tip 
message")];
-        
+        [[toolModeButton cell] setAccessibilityLabel:NSLocalizedString(@"Tool 
Mode", @"Tool tip message")];
+
     }
     
     if (controlView == nil) {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to