diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-09-06 22:28:28 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-09-06 22:28:28 +0000 |
commit | 451d7f5d3755b48bd397b6586cf3c4943dc55573 (patch) | |
tree | 7a541db6ca047ea90bcb6492377a6e8bd9032bba /apps/options.h | |
parent | 34fa70e321c19b8d5c1da0d6252e920780dc41fc (diff) | |
download | rockbox-451d7f5d3755b48bd397b6586cf3c4943dc55573.tar.gz rockbox-451d7f5d3755b48bd397b6586cf3c4943dc55573.zip |
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
Diffstat (limited to 'apps/options.h')
-rw-r--r-- | apps/options.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/options.h b/apps/options.h index de7b94b112..24cd2ad58c 100644 --- a/apps/options.h +++ b/apps/options.h @@ -20,9 +20,9 @@ #ifndef __OPTIONS_H__ #define __OPTIONS_H__ -#ifndef DISABLE_SCREENSAVERS -#undef USE_SCREENSAVERS /* since older Makefiles set the define */ -#define USE_SCREENSAVERS +#ifndef DISABLE_DEMOS +#undef USE_DEMOS /* since older Makefiles set the define */ +#define USE_DEMOS #endif #ifndef DISABLE_GAMES |