Fix TYPE_BOOL settings format string. Boolean settings should really use 'on'/'off...
commit75c50975d491b9448593d3dcdd325dcd70339529
authoramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Sun, 18 Jan 2009 17:06:29 +0000 (18 17:06 +0000)
committeramiconn <amiconn@a1c6a512-1295-4272-9138-f99709370657>
Sun, 18 Jan 2009 17:06:29 +0000 (18 17:06 +0000)
treecbd83359f688936b74b34014dacc92e1c6015bac
parente77bdfe8573bb6fab93af2e9443fbd971386ba84
Fix TYPE_BOOL settings format string. Boolean settings should really use 'on'/'off', but this is currently impossible due to the fixed field width requirement introduced in r15052.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19790 a1c6a512-1295-4272-9138-f99709370657
apps/plugins/lib/configfile.c