Fix for bug 94778. Simple MSAA role changed for select box windows. r=jgaunt, sr=scc

git-svn-id: svn://10.0.0.236/trunk@100966 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
aaronl%netscape.com 2001-08-14 00:21:26 +00:00
parent ae82970ee9
commit f862c53c18

View File

@ -53,7 +53,7 @@ NS_IMPL_ISUPPORTS_INHERITED1(nsHTMLListboxAccessible, nsAccessible, nsIAccessibl
*/
NS_IMETHODIMP nsHTMLListboxAccessible::GetAccRole(PRUint32 *_retval)
{
*_retval = ROLE_LIST;
*_retval = ROLE_WINDOW;
return NS_OK;
}