mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Small fix for the Mini's cabbiev2.wps: don't refer to a non-existent 10th volume bitmap. This version uses the same graphics as the 160x128x2 one whose author confirmed that there should only be 9 bitmaps.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16342 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
265c1c4632
commit
43141cbfdb
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,6 @@
|
|||
%xl|r|vol06-160x128x2.bmp|54|98|
|
||||
%xl|s|vol07-160x128x2.bmp|54|98|
|
||||
%xl|t|vol08-160x128x2.bmp|54|98|
|
||||
%xl|u|vol09-160x128x2.bmp|54|98|
|
||||
%xl|Q|shuffle-160x128x2.bmp|86|97|
|
||||
%xl|R|repeatall-160x128x2.bmp|107|95|
|
||||
%xl|S|repeatone-160x128x2.bmp|107|95|
|
||||
|
@ -48,7 +47,7 @@
|
|||
%al %pc%ac%pp of %pe%ar%pr
|
||||
%?mh<%xdA|%xdB>
|
||||
%?bp<%?bc<%xdD|%xdC>|%?bl<|%xdE|%xdF|%xdG|%xdH|%xdI|%xdJ|%xdK|%xdL>>
|
||||
%?pv<%xdM|%xdN|%xdO|%xdP|%xdp|%xdq|%xdr|%xds|%xdt|%xdu>
|
||||
%?pv<%xdM|%xdN|%xdO|%xdP|%xdp|%xdq|%xdr|%xds|%xdt>
|
||||
%?ps<%xdQ>
|
||||
%?mm<|%xdR|%xdS|%xdT|%xdU>
|
||||
%?mp<%xdV|%xdW|%xdX|%xdY|%xdZ>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue