summaryrefslogtreecommitdiff
path: root/winaccessibility
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-25 18:57:49 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-28 14:37:04 +0100
commit0e679d7b41669628e05609c9742e75a22ef3005f (patch)
tree522296e69db6857a35f3f18884e88c00759e1e79 /winaccessibility
parentf04c271169ab1c71d30457aafc519c77b3c7bbb8 (diff)
winaccessibility: README already outdated
Change-Id: Id0defc7e4fbe5b700362548559e08163a327399b (cherry picked from commit 2e243de2887f75fa1bd4146bc67d01ae08500d0d)
Diffstat (limited to 'winaccessibility')
-rw-r--r--winaccessibility/README9
1 files changed, 2 insertions, 7 deletions
diff --git a/winaccessibility/README b/winaccessibility/README
index 45ec5506283b..e27c68f213bf 100644
--- a/winaccessibility/README
+++ b/winaccessibility/README
@@ -15,7 +15,7 @@ source/service/
internal accessibilty objects when events arrive.
source/UAccCom/
- + implementations of the MSAA / IAccessible2 interfaces
+ + COM implementations of the MSAA / IAccessible2 interfaces
to provide native peers for the accessbility code.
source/UAccCOMIDL/
@@ -29,12 +29,7 @@ vcl/ <-> toolkit/ <-> accessibility/ <-> winaccessibility/ <-> UAccCom/
Debugging / playing with winaccessibility
-First you need to ensure that UAccCOM.dll is registered, if this did
-not happen at install time use:
-
-regsvr32 /absolute/path/to/program/UAccCOM.dll
-
-Next you need to enable 'experiemental mode' in Tools->Options. After
+You need to enable 'experiemental mode' in Tools->Options. After
that NVDA should work as expected. In order to use 'accprobe' to debug
it is necessary to override the check for whether an AT (like NVDA) is
running; to do that use: