Changeset 2333

Show
Ignore:
Timestamp:
08/05/08 04:54:10 (4 months ago)
Author:
mdcurran
Message:

Actually add the mouseTextUnit option in nvda.ini spec.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/config/__init__.py

    r2265 r2333  
    6262        enableMouseTracking = boolean(default=True) #must be true for any of the other settings to work 
    6363        reportTextUnderMouse = boolean(default=True) 
     64        mouseTextUnit = string(default="paragraph") 
    6465        reportObjectRoleOnMouseEnter = boolean(default=False) 
    6566        audioCoordinatesOnMouseMove = boolean(default=True)