forked from len0rd/rockbox
Renamed menu item 'Screensavers' to more descriptive 'Demos'. Added snow, removed blank and boxes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2215 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
34fa70e321
commit
451d7f5d37
8 changed files with 18 additions and 273 deletions
|
|
@ -45,9 +45,9 @@
|
|||
#include "games_menu.h"
|
||||
#endif /* End USE_GAMES */
|
||||
|
||||
#ifdef USE_SCREENSAVERS
|
||||
#include "screensavers_menu.h"
|
||||
#endif /* End USE_SCREENSAVERS */
|
||||
#ifdef USE_DEMOS
|
||||
#include "demo_menu.h"
|
||||
#endif /* End USE_DEMOS */
|
||||
|
||||
#endif /* End HAVE_LCD_BITMAP */
|
||||
|
||||
|
|
@ -211,9 +211,9 @@ Menu main_menu(void)
|
|||
#ifdef USE_GAMES
|
||||
{ "Games", games_menu },
|
||||
#endif
|
||||
#ifdef USE_SCREENSAVERS
|
||||
{ "Screensavers", screensavers_menu },
|
||||
#endif /* end USE_SCREENSAVERS */
|
||||
#ifdef USE_DEMOS
|
||||
{ "Demos", demo_menu },
|
||||
#endif /* end USE_DEMOS */
|
||||
#endif
|
||||
{ "Info", show_info },
|
||||
{ "Version", show_credits },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue