summaryrefslogtreecommitdiffstats
path: root/apps/settings.h
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-07-11 18:43:40 +0000
committerAlexander Levin <al.le@rockbox.org>2010-07-11 18:43:40 +0000
commit145a89fc0bd1a6046e61fd661c9cbb2fe88e0a52 (patch)
tree3f3ab28ee94bb7abf352a754efbf81bfcd34ffd8 /apps/settings.h
parentfe61885e4841a1b2beed729321c4df2b22432096 (diff)
downloadrockbox-145a89fc0bd1a6046e61fd661c9cbb2fe88e0a52.tar.gz
rockbox-145a89fc0bd1a6046e61fd661c9cbb2fe88e0a52.zip
Fix the comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27392 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h
index d9aec8fc92..75eddb41f6 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -605,7 +605,7 @@ struct user_settings
int autoloadbookmark; /* auto load option: 0=off, 1=ask, 2=on */
int autocreatebookmark; /* auto create option: 0=off, 1=ask, 2=on */
bool autoupdatebookmark;/* auto update option */
- int usemrb; /* use MRB list: 0=No, 1=Yes*/
+ int usemrb; /* use MRB list: 0=No, 1=Yes, 2=One per playlist */
#ifdef HAVE_DIRCACHE
bool dircache; /* enable directory cache */