projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f504e18
)
Set accessible name for back button in naviframe
40/65840/1
author
Agnieszka Janowicz
<a.janowicz@samsung.com>
Tue, 25 Aug 2015 12:53:39 +0000
(14:53 +0200)
committer
Prasoon Singh
<prasoon.16@samsung.com>
Wed, 13 Apr 2016 09:52:21 +0000
(15:22 +0530)
Signed-off-by: Agnieszka Janowicz <a.janowicz@samsung.com>
Conflicts:
po/en.po
Change-Id: I0cfb03f9e0f1ac4cc1a2d5654bc2c12c96e97176
src/lib/elc_naviframe.c
patch
|
blob
|
history
diff --git
a/src/lib/elc_naviframe.c
b/src/lib/elc_naviframe.c
index
353f9fa
..
f7b1acb
100644
(file)
--- a/
src/lib/elc_naviframe.c
+++ b/
src/lib/elc_naviframe.c
@@
-995,6
+995,9
@@
_back_btn_new(Evas_Object *obj, const char *title_label)
elm_layout_content_set(btn, CONTENT_PART, ico);
}
+ if(_elm_config->atspi_mode)
+ eo_do(btn, elm_interface_atspi_accessible_name_set(N_("Navigate back")));
+
return btn;
}