mac fix for bug 485270

This commit is contained in:
Alexander Surkov 2009-10-15 12:40:39 +08:00
parent a63978aea7
commit 270f99f057

View File

@ -164,6 +164,6 @@ static const NSString* AXRoles [] = {
NSAccessibilityListRole, // ROLE_LISTBOX
NSAccessibilityUnknownRole, // ROLE_FLAT_EQUATION
NSAccessibilityGroupRole, // ROLE_GRID_CELL
NSAccessibilityGroupRole // ROLE_EMBEDDED_OBJECT
NSAccessibilityGroupRole, // ROLE_EMBEDDED_OBJECT
@"ROLE_LAST_ENTRY" // ROLE_LAST_ENTRY. bogus role that will never be shown (just marks the end of this array)!
};