summaryrefslogtreecommitdiffstats
path: root/apps/plugins/pegbox.c
diff options
context:
space:
mode:
authorRobert Menes <rmenes@rockbox.org>2010-11-03 02:54:05 +0000
committerRobert Menes <rmenes@rockbox.org>2010-11-03 02:54:05 +0000
commit01c27cef01ecc0af40e03e9ce03f780e3173d582 (patch)
tree359c2a2f162c93d47e0245d95465bf4eac898553 /apps/plugins/pegbox.c
parentc638e96738d97f83c3967d72c1a03609ca2f7c5f (diff)
downloadrockbox-01c27cef01ecc0af40e03e9ce03f780e3173d582.tar.gz
rockbox-01c27cef01ecc0af40e03e9ce03f780e3173d582.zip
Whoops, nearly forgot to define the help screen text for
the GoGear HDD6330. There would've been some nasty, nasty red if I hadn't! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28468 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/pegbox.c')
-rw-r--r--apps/plugins/pegbox.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c
index 33c1461d85..b4b34911c2 100644
--- a/apps/plugins/pegbox.c
+++ b/apps/plugins/pegbox.c
@@ -367,6 +367,12 @@
#define PEGBOX_RIGHT BUTTON_RIGHT
#define PEGBOX_LEFT BUTTON_LEFT
+#define SELECT_TEXT "NEXT"
+#define QUIT_TEXT "POWER"
+#define RESTART_TEXT "MENU"
+#define LVL_UP_TEXT "VOL+"
+#define LVL_DOWN_TEXT "VOL-"
+
#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
#define PEGBOX_SELECT BUTTON_RIGHT
#define PEGBOX_QUIT BUTTON_POWER