summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2012-06-26 10:16:26 +1000
committerJonathan Gordon <rockbox@jdgordon.info>2012-06-26 10:17:06 +1000
commit41fb990720e8ce4c2d09d000f3fced8cc7421f54 (patch)
tree69550fb5a1a8fa69834a8dda237d6b4f6f0e94dc
parent5785cfb741728b144701736858ffdbef1f79218d (diff)
downloadrockbox-41fb990720e8ce4c2d09d000f3fced8cc7421f54.tar.gz
rockbox-41fb990720e8ce4c2d09d000f3fced8cc7421f54.zip
Fix the classic_statusbar sbs' to actually work
Change-Id: I8573903b879cd451d7b0d6033dd0eca4cc86bc5a
-rw-r--r--wps/classic_statusbar.112x64x1.sbs4
-rw-r--r--wps/classic_statusbar.grey.sbs4
-rw-r--r--wps/classic_statusbar.mono.sbs4
-rw-r--r--wps/classic_statusbar.sbs4
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 @@
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
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 @@
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
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 @@
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
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