diff options
| author | Robert Menes <rmenes@rockbox.org> | 2010-11-03 02:54:05 +0000 |
|---|---|---|
| committer | Robert Menes <rmenes@rockbox.org> | 2010-11-03 02:54:05 +0000 |
| commit | 01c27cef01ecc0af40e03e9ce03f780e3173d582 (patch) | |
| tree | 359c2a2f162c93d47e0245d95465bf4eac898553 /apps/plugins/pegbox.c | |
| parent | c638e96738d97f83c3967d72c1a03609ca2f7c5f (diff) | |
| download | rockbox-01c27cef01ecc0af40e03e9ce03f780e3173d582.zip rockbox-01c27cef01ecc0af40e03e9ce03f780e3173d582.tar.gz rockbox-01c27cef01ecc0af40e03e9ce03f780e3173d582.tar.bz2 rockbox-01c27cef01ecc0af40e03e9ce03f780e3173d582.tar.xz | |
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.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/pegbox.c b/apps/plugins/pegbox.c index 33c1461..b4b3491 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 |