summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2007-06-07 09:24:53 +0000
committerSteve Bavin <pondlife@pondlife.me>2007-06-07 09:24:53 +0000
commit6fd10bacceb576ee39e7ecfa32510ae8c97815ba (patch)
treed7a55ab832c6943fb469c34bd85d15e0fc7e2f2c /apps/settings.h
parent44034055500509b3b2b85b6df66172abbf77399c (diff)
Separate out voice options for .talk clips (FS #7249). This removes the assumptions about what to speak if a .talk clip is not available for a particular file or directory,
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13584 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/settings.h b/apps/settings.h
index b9c67dc8ea..4761ba4bfc 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -524,8 +524,10 @@ struct user_settings
/* voice UI settings */
bool talk_menu; /* enable voice UI */
- int talk_dir; /* talkbox mode: 0=off 1=number 2=clip@enter 3=clip@hover */
- int talk_file; /* voice filename mode: 0=off, 1=number, other t.b.d. */
+ int talk_dir; /* voiced directories mode: 0=off 1=number 2=spell */
+ bool talk_dir_clip; /* use directory .talk clips */
+ int talk_file; /* voice file mode: 0=off, 1=number, 2=spell */
+ bool talk_file_clip; /* use file .talk clips */
/* file browser sorting */
int sort_file; /* 0=alpha, 1=date, 2=date (new first), 3=type */