summaryrefslogtreecommitdiff
path: root/apps/plugins/jewels.c
diff options
context:
space:
mode:
authorJohannes Schwarz <ubuntuxer@rockbox.org>2009-07-23 17:45:33 +0000
committerJohannes Schwarz <ubuntuxer@rockbox.org>2009-07-23 17:45:33 +0000
commit0d9b7ec73e71188632a4fd584dfd745aeb7571b3 (patch)
tree9b035784a8809984f953d367ec17a7fe0ba149a8 /apps/plugins/jewels.c
parent06d51630c19b4d5d4933bb03d61f2d69cbb5454f (diff)
downloadrockbox-0d9b7ec73e71188632a4fd584dfd745aeb7571b3.tar.gz
rockbox-0d9b7ec73e71188632a4fd584dfd745aeb7571b3.zip
Fix wrong text colour in help, adapt pegbox manual to r21867
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22016 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/jewels.c')
-rw-r--r--apps/plugins/jewels.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/jewels.c b/apps/plugins/jewels.c
index 77c4030f61..8696328c78 100644
--- a/apps/plugins/jewels.c
+++ b/apps/plugins/jewels.c
@@ -1275,12 +1275,11 @@ static bool jewels_help(void)
1275 { 42, C_RED }, 1275 { 42, C_RED },
1276 { -1, 0 } 1276 { -1, 0 }
1277 }; 1277 };
1278 int button;
1279
1280#ifdef HAVE_LCD_COLOR 1278#ifdef HAVE_LCD_COLOR
1281 rb->lcd_set_background(LCD_BLACK); 1279 rb->lcd_set_background(LCD_BLACK);
1282 rb->lcd_set_foreground(LCD_WHITE); 1280 rb->lcd_set_foreground(LCD_WHITE);
1283#endif 1281#endif
1282 int button;
1284 if (display_text(WORDS, help_text, formation, NULL)) 1283 if (display_text(WORDS, help_text, formation, NULL))
1285 return true; 1284 return true;
1286 do { 1285 do {