summaryrefslogtreecommitdiff
path: root/apps/features.txt
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-11-08 20:13:29 +0000
committerNils Wallménius <nils@rockbox.org>2008-11-08 20:13:29 +0000
commit6f73ebeb9d19ecc25c363d04f77b5b58a53266d6 (patch)
tree7d31b0fdfb21fa2a552a9d395b974c39cbcd928b /apps/features.txt
parent3952e6d008ce429d78740363bf2ec76b89f825ee (diff)
downloadrockbox-6f73ebeb9d19ecc25c363d04f77b5b58a53266d6.tar.gz
rockbox-6f73ebeb9d19ecc25c363d04f77b5b58a53266d6.zip
Introduce 'features' for button light and button light brighness, delete a couple of empty strings in translations, some neccesary reordering of strings to match them correctly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19037 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 84edad1a61..118465a535 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -28,6 +28,14 @@ backlight_fade
28battery_types 28battery_types
29#endif 29#endif
30 30
31#if defined(HAVE_BUTTON_LIGHT)
32button_light
33#endif
34
35#if defined(HAVE_BUTTONLIGHT_BRIGHTNESS)
36buttonlight_brightness
37#endif
38
31#if defined(HAVE_DIRCACHE) 39#if defined(HAVE_DIRCACHE)
32dircache 40dircache
33#endif 41#endif