diff options
author | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-03-19 22:15:53 +0000 |
---|---|---|
committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2004-03-19 22:15:53 +0000 |
commit | fa97f161abc45bfd5db86bceb8803d2661e65447 (patch) | |
tree | 1e06ac8c47bd9165e46e85235f059372ddad2b90 /apps/playlist_menu.c | |
parent | 239b70fad38be55075dd14ea8e3c0f6f54a1f35b (diff) |
Third step of the voice-UI: numerical settings are spoken (composed at runtime), needs new voicefont at the new location ".rockbox/langs/english.voice"
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4414 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playlist_menu.c')
-rw-r--r-- | apps/playlist_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist_menu.c b/apps/playlist_menu.c index da1f9f3734..d1c69bfdae 100644 --- a/apps/playlist_menu.c +++ b/apps/playlist_menu.c @@ -26,7 +26,7 @@ #include "tree.h" #include "settings.h" #include "playlist_viewer.h" - +#include "talk.h" #include "lang.h" #define DEFAULT_PLAYLIST_NAME "/dynamic.m3u" |