summaryrefslogtreecommitdiff
path: root/include/define.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/define.h')
-rw-r--r--include/define.h5
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__*/