summaryrefslogtreecommitdiffstats
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
#define BTN_QUIT (BUTTON_SELECT|BUTTON_MENU)
#define BTN_STOPRESET (BUTTON_SELECT|BUTTON_PLAY)
-#define BTN_RC_QUIT BUTTON_RC_STOP
-
#define PLAYERS_TEXT "Menu/Play"
#define WORMS_TEXT "Left/Right"
@@ -98,6 +96,8 @@ PLUGIN_HEADER
#define BTN_QUIT BUTTON_OFF
#define BTN_STOPRESET BUTTON_ON
+#define BTN_RC_QUIT BUTTON_RC_STOP
+
#define PLAYERS_TEXT "Up/Down"
#define WORMS_TEXT "Left/Right"