summaryrefslogtreecommitdiff
path: root/apps/plugins/wormlet.c
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2006-06-30 17:03:01 +0000
committerKevin Ferrare <kevin@rockbox.org>2006-06-30 17:03:01 +0000
commitf5c319b305da5baf069c98bf76a455d564fb18c8 (patch)
treefa864d2d6132ba579bdf1edd07bbd014bdafe921 /apps/plugins/wormlet.c
parent0e027bd90c4f0c2aa42c087a1957b42a58e93270 (diff)
downloadrockbox-f5c319b305da5baf069c98bf76a455d564fb18c8.tar.gz
rockbox-f5c319b305da5baf069c98bf76a455d564fb18c8.zip
I should be sleeping
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10158 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/wormlet.c')
-rw-r--r--apps/plugins/wormlet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c
index 6a4a5d28f8..1da772dbbc 100644
--- a/apps/plugins/wormlet.c
+++ b/apps/plugins/wormlet.c
@@ -83,8 +83,6 @@ PLUGIN_HEADER
83#define BTN_QUIT (BUTTON_SELECT|BUTTON_MENU) 83#define BTN_QUIT (BUTTON_SELECT|BUTTON_MENU)
84#define BTN_STOPRESET (BUTTON_SELECT|BUTTON_PLAY) 84#define BTN_STOPRESET (BUTTON_SELECT|BUTTON_PLAY)
85 85
86#define BTN_RC_QUIT BUTTON_RC_STOP
87
88#define PLAYERS_TEXT "Menu/Play" 86#define PLAYERS_TEXT "Menu/Play"
89#define WORMS_TEXT "Left/Right" 87#define WORMS_TEXT "Left/Right"
90 88
@@ -98,6 +96,8 @@ PLUGIN_HEADER
98#define BTN_QUIT BUTTON_OFF 96#define BTN_QUIT BUTTON_OFF
99#define BTN_STOPRESET BUTTON_ON 97#define BTN_STOPRESET BUTTON_ON
100 98
99#define BTN_RC_QUIT BUTTON_RC_STOP
100
101#define PLAYERS_TEXT "Up/Down" 101#define PLAYERS_TEXT "Up/Down"
102#define WORMS_TEXT "Left/Right" 102#define WORMS_TEXT "Left/Right"
103 103