[orca/gnome-3-10] Fix for bug 726395 - Sometimes flat review presents non-localized rolenames
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-3-10] Fix for bug 726395 - Sometimes flat review presents non-localized rolenames
- Date: Mon, 17 Mar 2014 15:54:47 +0000 (UTC)
commit a4e59c29579fe1f817512ca20891a618ce4c4b7b
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Mar 17 11:52:44 2014 -0400
Fix for bug 726395 - Sometimes flat review presents non-localized rolenames
src/orca/flat_review.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/flat_review.py b/src/orca/flat_review.py
index d50a9dc..13f2c19 100644
--- a/src/orca/flat_review.py
+++ b/src/orca/flat_review.py
@@ -1197,7 +1197,7 @@ class Context:
if (string == "") \
and (role != pyatspi.ROLE_TABLE_CELL):
- string = accessible.getRoleName()
+ string = accessible.getLocalizedRoleName()
if len(string) and ((clipping[2] != 0) or (clipping[3] != 0)):
zones.append(Zone(accessible,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]