diff options
| author | Anton Oleynikov <len0x@rockbox.org> | 2005-11-21 08:30:21 +0000 |
|---|---|---|
| committer | Anton Oleynikov <len0x@rockbox.org> | 2005-11-21 08:30:21 +0000 |
| commit | 0fe9abbad1aa06378ad1ac1aed071861202f3e93 (patch) | |
| tree | 24aa169d9586c0723c42b28ab759b3d91e353cbe | |
| parent | b403c6e993c6297a33a275d1d16fd79087b4a98b (diff) | |
| download | rockbox-0fe9abbad1aa06378ad1ac1aed071861202f3e93.zip rockbox-0fe9abbad1aa06378ad1ac1aed071861202f3e93.tar.gz rockbox-0fe9abbad1aa06378ad1ac1aed071861202f3e93.tar.bz2 rockbox-0fe9abbad1aa06378ad1ac1aed071861202f3e93.tar.xz | |
put default rpws for each theme (to prevent broken rwps wehn switching themes) and switching status bar back on since all wps include %wd tag
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8020 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | wps/WPSLIST | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/wps/WPSLIST b/wps/WPSLIST index e1bf30e..8dbee4e 100644 --- a/wps/WPSLIST +++ b/wps/WPSLIST @@ -24,6 +24,8 @@ <wps> # Name of the WPS _including_ extension Name: ipodVOL.wps +# default RWPS for the theme (to be loaded with the same theme file) +RWPS: rockbox_default.rwps # Name of the creator of the WPS Author: xameius # prefered font: @@ -58,9 +60,10 @@ Width: 160 <wps> Name: engineeer2.wps +RWPS: rockbox_default.rwps Author: Magnus Westerlund Font: nedore-8.fnt -Statusbar: Off +Statusbar: on Height: 128 Width: 160 </wps> @@ -70,16 +73,17 @@ Name: iAmp.wps RWPS: iAmp.rwps Author: Raymond Hoh Font: nimbus-12.fnt -Statusbar: Off +Statusbar: on Height: 128 Width: 160 </wps> <wps> Name: zezayer.wps +RWPS: rockbox_default.rwps Author: Jake Owen Font: nedore-8.fnt -Statusbar: off +Statusbar: on Height: 128 Width: 160 </wps> @@ -97,7 +101,7 @@ Width: 128 Name: iAmp.rwps Author: Raymond Hoh Font: nimbus-12.fnt -Statusbar: Off +Statusbar: on Height: 64 Width: 128 </rwps> @@ -106,7 +110,7 @@ Width: 128 Name: boxes.rwps Author: Christi Scarborough Font: rockbox_default.fnt -Statusbar: off +Statusbar: on Height: 64 Width: 128 </rwps> |