summaryrefslogtreecommitdiff
path: root/apps/plugins/xworld/video_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/xworld/video_data.c')
-rw-r--r--apps/plugins/xworld/video_data.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/xworld/video_data.c b/apps/plugins/xworld/video_data.c
index e658c175d9..afed9e06ea 100644
--- a/apps/plugins/xworld/video_data.c
+++ b/apps/plugins/xworld/video_data.c
@@ -126,9 +126,10 @@ uint8_t video_font[FONT_SIZE] = {
126 0x00, 0xA0, 0x10, 0x80, 0x10, 0x80, 0x50, 0x00, /* DEL */ 126 0x00, 0xA0, 0x10, 0x80, 0x10, 0x80, 0x50, 0x00, /* DEL */
127}; 127};
128 128
129/* default bogus strings */
129struct StrEntry video_stringsTableEng[MAX_STRING_TABLE_SIZE] = { 130struct StrEntry video_stringsTableEng[MAX_STRING_TABLE_SIZE] = {
130 { 0x001, "B A N A N A 2000" }, 131 { 0x001, "B A N A N A 2000" },
131 { 0x002, "Copyright } 2014 Banana Corporation \nGPLv2\n\nBUNIX Revision 3.14" }, 132 { 0x002, "Copyright } 2016 Franklin Wei\nGPLv2\n\nBUNIX Revision 3.14" },
132 { 0x003, "1" }, 133 { 0x003, "1" },
133 { 0x004, "3" }, 134 { 0x004, "3" },
134 { 0x005, "." }, 135 { 0x005, "." },