diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2012-06-26 10:16:26 +1000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2012-06-26 10:17:06 +1000 |
commit | 41fb990720e8ce4c2d09d000f3fced8cc7421f54 (patch) | |
tree | 69550fb5a1a8fa69834a8dda237d6b4f6f0e94dc /wps/classic_statusbar.sbs | |
parent | 5785cfb741728b144701736858ffdbef1f79218d (diff) | |
download | rockbox-41fb990720e8ce4c2d09d000f3fced8cc7421f54.tar.gz rockbox-41fb990720e8ce4c2d09d000f3fced8cc7421f54.zip |
Fix the classic_statusbar sbs' to actually work
Change-Id: I8573903b879cd451d7b0d6033dd0eca4cc86bc5a
Diffstat (limited to 'wps/classic_statusbar.sbs')
-rw-r--r-- | wps/classic_statusbar.sbs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wps/classic_statusbar.sbs b/wps/classic_statusbar.sbs index 5a01a5ed12..c02be68efc 100644 --- a/wps/classic_statusbar.sbs +++ b/wps/classic_statusbar.sbs | |||
@@ -16,12 +16,12 @@ | |||
16 | %Vd(a)%Vd(e) | 16 | %Vd(a)%Vd(e) |
17 | 17 | ||
18 | # comment out the next line if you dont want battery number as text | 18 | # comment out the next line if you dont want battery number as text |
19 | # %Vdb | 19 | # %Vd(b) |
20 | 20 | ||
21 | # comment out the next line if you dont want volume icons | 21 | # comment out the next line if you dont want volume icons |
22 | %Vd(c) | 22 | %Vd(c) |
23 | # comment out the next line if you dont want volume number as text | 23 | # comment out the next line if you dont want volume number as text |
24 | # %Vdd | 24 | # %Vd(d) |
25 | 25 | ||
26 | ################################################################ | 26 | ################################################################ |
27 | 27 | ||