diff options
author | jinwoo.shin <jw0227.shin@samsung.com> | 2015-07-16 13:44:53 +0900 |
---|---|---|
committer | jinwoo.shin <jw0227.shin@samsung.com> | 2015-07-16 13:54:01 +0900 |
commit | 3df30c5812af648c8cf4c33f6009a925d8a60df6 (patch) | |
tree | a6ba375b6af0eb8f10d84e8f6a8d82d2a67ed994 /include/define.h | |
parent | 5bd30ea364075b537e787115da47cd88f55873c2 (diff) | |
download | air_livetv-3df30c5812af648c8cf4c33f6009a925d8a60df6.tar.gz air_livetv-3df30c5812af648c8cf4c33f6009a925d8a60df6.tar.bz2 air_livetv-3df30c5812af648c8cf4c33f6009a925d8a60df6.zip |
Add error view for no channel and no signal
Change-Id: I99d426fb19b72817e14b16e3d1f98491136b764b
Signed-off-by: jinwoo.shin <jw0227.shin@samsung.com>
Diffstat (limited to 'include/define.h')
-rw-r--r-- | include/define.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/define.h b/include/define.h index 79000c3..372275a 100644 --- a/include/define.h +++ b/include/define.h @@ -73,4 +73,9 @@ #define PART_CHANNELNUMBER_LIST "part.channelnumber.list" #define GRP_CHANNELNUMBER_LIST_ITEM "grp.channelnumber.list.item" +#define VIEW_ERROR "VIEW_ERROR" +#define GRP_VIEW_ERROR "grp.view.error" +#define PART_ERROR_TITLE "part.error.title" +#define PART_ERROR_TEXT "part.error.text" + #endif /* __LIVETV_DEFINE_H__*/ |