Set accessible name for back button in naviframe 40/65840/1
authorAgnieszka Janowicz <a.janowicz@samsung.com>
Tue, 25 Aug 2015 12:53:39 +0000 (14:53 +0200)
committerPrasoon 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

index 353f9fa..f7b1acb 100644 (file)
@@ -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;
 }