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 | |
| parent | 5785cfb741728b144701736858ffdbef1f79218d (diff) | |
| download | rockbox-41fb990720e8ce4c2d09d000f3fced8cc7421f54.zip rockbox-41fb990720e8ce4c2d09d000f3fced8cc7421f54.tar.gz rockbox-41fb990720e8ce4c2d09d000f3fced8cc7421f54.tar.bz2 rockbox-41fb990720e8ce4c2d09d000f3fced8cc7421f54.tar.xz | |
Fix the classic_statusbar sbs' to actually work
Change-Id: I8573903b879cd451d7b0d6033dd0eca4cc86bc5a
| -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 671a1a6..5828e2d 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 c47fb7d..79ecc2a 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 8113c5a..1abe972 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 5a01a5e..c02be68 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) ################################################################ |