зеркало из https://github.com/mozilla/pjs.git
Missing part of fix for bug 411581. r=surkov, a=schrep
This commit is contained in:
Родитель
dfe29ff4cf
Коммит
2dfed95116
|
@ -51,7 +51,7 @@ nsXFormsLabelAccessible::GetRole(PRUint32 *aRole)
|
|||
{
|
||||
NS_ENSURE_ARG_POINTER(aRole);
|
||||
|
||||
*aRole = nsIAccessibleRole::ROLE_STATICTEXT;
|
||||
*aRole = nsIAccessibleRole::ROLE_LABEL;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче