• R/O
  • HTTP
  • SSH
  • HTTPS

nvdajp: Commit

NVDA with Japanese branch


Commit MetaInfo

Révisionc50f6aa8497005548e02c1ef488ba5b862f0e036 (tree)
l'heure2008-03-12 00:53:40
Auteurmdcurran <>
Commitermdcurran <>

Message de Log

ControlTypes: NVDA should announce 'menu' instead of 'popup menu' for popup menus.

Change Summary

Modification

--- a/source/controlTypes.py
+++ b/source/controlTypes.py
@@ -174,7 +174,7 @@ speechRoleLabels={
174174 ROLE_BUTTON:_("button"),
175175 ROLE_MENUBAR:_("menu bar"),
176176 ROLE_MENUITEM:_("menu item"),
177- ROLE_POPUPMENU:_("popup menu"),
177+ ROLE_POPUPMENU:_("menu"),
178178 ROLE_COMBOBOX:_("combo box"),
179179 ROLE_LIST:_("list"),
180180 ROLE_LISTITEM:_("list item"),
Afficher sur ancien navigateur de dépôt.