[orca/gnome-3-12] 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-12] Fix for bug 726395 - Sometimes flat review presents non-localized rolenames
- Date: Mon, 17 Mar 2014 15:54:52 +0000 (UTC)
commit c04b51efd6c4dcf1c5e14102a4c8c03f88f1ff9c
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]