Changeset 2337
- Timestamp:
- 08/05/08 21:14:51 (4 months ago)
- Files:
-
- 1 modified
-
trunk/source/speech.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/speech.py
r2335 r2337 723 723 levelNo=propertyValues['level'] 724 724 del propertyValues['level'] 725 if levelNo is not None andreason not in (REASON_SAYALL,REASON_CARET,REASON_FOCUS) or (role and role not in userDisabledRoles):725 if levelNo is not None or reason not in (REASON_SAYALL,REASON_CARET,REASON_FOCUS) or (role and role not in userDisabledRoles): 726 726 textList.append(_("level %s")%levelNo) 727 727 for name,value in propertyValues.items():

NVDA is supported by