summaryrefslogtreecommitdiff
path: root/apps/plugins/xobox.c
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-05-26 20:36:15 +0000
committerAlexander Levin <al.le@rockbox.org>2009-05-26 20:36:15 +0000
commit84ea60781319324521d4b5e85a13b0a9e964f7b8 (patch)
tree923053a171c0d8b72a913cdfc242856181a2865e /apps/plugins/xobox.c
parent1bf480cad5cc5078c993c29bda5d810755a3ff6b (diff)
downloadrockbox-84ea60781319324521d4b5e85a13b0a9e964f7b8.tar.gz
rockbox-84ea60781319324521d4b5e85a13b0a9e964f7b8.zip
Fix typo in the menu entry
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21094 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/xobox.c')
-rw-r--r--apps/plugins/xobox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/xobox.c b/apps/plugins/xobox.c
index 7038ee0bb6..26f9bc2f4d 100644
--- a/apps/plugins/xobox.c
+++ b/apps/plugins/xobox.c
@@ -967,7 +967,7 @@ static int xobox_menu(bool ingame)
967 MENUITEM_STRINGLIST (main_menu, "Xobox Menu", NULL, 967 MENUITEM_STRINGLIST (main_menu, "Xobox Menu", NULL,
968 "Start Game", 968 "Start Game",
969 "Speed", 969 "Speed",
970 "Difficult", 970 "Difficulty",
971 "Playback Control", 971 "Playback Control",
972 "Quit"); 972 "Quit");
973 973