Add routine to support TV profile
[platform/core/uifw/inputdelegator.git] / src / MoreOption.cpp
index 6b12f6e..d0a4b36 100755 (executable)
@@ -227,6 +227,8 @@ Evas_Object* MoreOption::AddLanguageIcon(Evas_Object *parent) {
        string res_path = get_resource_path();
        if (_WEARABLE)
                res_path = res_path + "wearable/";
+       else if (_TV)
+               res_path = res_path + "tv/";
        else
                res_path = res_path + "mobile/";