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 | |
parent | 5785cfb741728b144701736858ffdbef1f79218d (diff) |
Fix the classic_statusbar sbs' to actually work
Change-Id: I8573903b879cd451d7b0d6033dd0eca4cc86bc5a
Diffstat (limited to 'wps')
-rw-r--r-- | wps/classic_statusbar.112x64x1.sbs | 4 | ||||
-rw-r--r-- | wps/classic_statusbar.grey.sbs | 4 | ||||
-rw-r--r-- | wps/classic_statusbar.mono.sbs | 4 | ||||
-rw-r--r-- | wps/classic_statusbar.sbs | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/wps/classic_statusbar.112x64x1.sbs b/wps/classic_statusbar.112x64x1.sbs index 671a1a60f5..5828e2d420 100644 --- a/wps/classic_statusbar.112x64x1.sbs +++ b/wps/classic_statusbar.112x64x1.sbs @@ -16,12 +16,12 @@ %Vd(a)%Vd(e) # comment out the next line if you dont want battery number as text -# %Vdb +# %Vd(b) # comment out the next line if you dont want volume icons %Vd(c) # comment out the next line if you dont want volume number as text -# %Vdd +# %Vd(d) ################################################################ diff --git a/wps/classic_statusbar.grey.sbs b/wps/classic_statusbar.grey.sbs index c47fb7d0b2..79ecc2aaf2 100644 --- a/wps/classic_statusbar.grey.sbs +++ b/wps/classic_statusbar.grey.sbs @@ -16,12 +16,12 @@ %Vd(a)%Vd(e) # comment out the next line if you dont want battery number as text -# %Vdb +# %Vd(b) # comment out the next line if you dont want volume icons %Vd(c) # comment out the next line if you dont want volume number as text -# %Vdd +# %Vd(d) ################################################################ diff --git a/wps/classic_statusbar.mono.sbs b/wps/classic_statusbar.mono.sbs index 8113c5a1ee..1abe9727cd 100644 --- a/wps/classic_statusbar.mono.sbs +++ b/wps/classic_statusbar.mono.sbs @@ -16,12 +16,12 @@ %Vd(a)%Vd(e) # comment out the next line if you dont want battery number as text -# %Vdb +# %Vd(b) # comment out the next line if you dont want volume icons %Vd(c) # comment out the next line if you dont want volume number as text -# %Vdd +# %Vd(d) ################################################################ 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 @@ %Vd(a)%Vd(e) # comment out the next line if you dont want battery number as text -# %Vdb +# %Vd(b) # comment out the next line if you dont want volume icons %Vd(c) # comment out the next line if you dont want volume number as text -# %Vdd +# %Vd(d) ################################################################ |