summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-02-07 15:11:55 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-08 12:06:36 +0100
commitbc8727cbbc751cc8a10289cb5ec78065fefe9bcc (patch)
treef42f2be46bed84b03d8c6fcefcccbf462c7bd825 /src/gui/accessible
parent10d5b24cc5d00b5495cd7c3cd07f36056b02e43c (diff)
Add translator help for accessibility strings
There is also one string fix: cursor was twice, the second one should have been text caret. These roles follow IAccessible/MSAA as reference. Change-Id: I39b64fd01376fec9e8d9b743c43a24611a1d9fbd Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
Diffstat (limited to 'src/gui/accessible')
-rw-r--r--src/gui/accessible/qaccessible.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/accessible/qaccessible.h b/src/gui/accessible/qaccessible.h
index b26f592e11..d316ec4f10 100644
--- a/src/gui/accessible/qaccessible.h
+++ b/src/gui/accessible/qaccessible.h
@@ -284,10 +284,10 @@ public:
Canvas = 0x00000035,
Animation = 0x00000036,
Equation = 0x00000037,
- ButtonDropDown = 0x00000038,
+ ButtonDropDown = 0x00000038, // The object represents a button that expands a grid.
ButtonMenu = 0x00000039,
ButtonDropGrid = 0x0000003A,
- Whitespace = 0x0000003B,
+ Whitespace = 0x0000003B, // The object represents blank space between other objects.
PageTabList = 0x0000003C,
Clock = 0x0000003D,
Splitter = 0x0000003E,