summaryrefslogtreecommitdiff
path: root/apps/plugins/clix.c
diff options
context:
space:
mode:
authorTeruaki Kawashima <teru@rockbox.org>2009-08-03 16:30:08 +0000
committerTeruaki Kawashima <teru@rockbox.org>2009-08-03 16:30:08 +0000
commit2357ec4178de417c69d1ce0001ceac747e0512a3 (patch)
treed8ab876b9f914ecbb79624c0c270af5a83d01661 /apps/plugins/clix.c
parent3228756324a3afa579ac0da8319cc24bb0147f15 (diff)
downloadrockbox-2357ec4178de417c69d1ce0001ceac747e0512a3.tar.gz
rockbox-2357ec4178de417c69d1ce0001ceac747e0512a3.zip
calendar: fix bug when add new event text longer than last entry.
blackjack: fix bug that bet becomes 10 when resume saved game. bubbles: save high level to sparate file. clix, spacerocks, jewels, bubbles: correct text of menu item. wormlet: clean up code: removed unused defines and functions. pluginlib display_text: insert sleep so that the screen doesn't quit immediately. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22143 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/clix.c')
-rw-r--r--apps/plugins/clix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/clix.c b/apps/plugins/clix.c
index 26a979ac54..2b5b7febeb 100644
--- a/apps/plugins/clix.c
+++ b/apps/plugins/clix.c
@@ -605,7 +605,7 @@ static int clix_menu(struct clix_game_state_t* state, bool ingame)
605 "Resume Game", 605 "Resume Game",
606 "Start New Game", 606 "Start New Game",
607 "Help", 607 "Help",
608 "High Score", 608 "High Scores",
609 "Playback Control", 609 "Playback Control",
610 "Quit"); 610 "Quit");
611 611