diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-18 19:45:34 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-11-18 19:45:34 +0000 |
| commit | d2779e5f3a00f0ff94ff2e62ae034baca3d8f7b3 (patch) | |
| tree | 25055fdbb033634353621a6ff4826f8546ae05f7 | |
| parent | a5fae9816d980dbf4ba52668108df692d637839f (diff) | |
| download | rockbox-d2779e5f3a00f0ff94ff2e62ae034baca3d8f7b3.zip rockbox-d2779e5f3a00f0ff94ff2e62ae034baca3d8f7b3.tar.gz rockbox-d2779e5f3a00f0ff94ff2e62ae034baca3d8f7b3.tar.bz2 rockbox-d2779e5f3a00f0ff94ff2e62ae034baca3d8f7b3.tar.xz | |
Removed double usage of the H image identifier
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7968 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | wps/iAmp.wps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wps/iAmp.wps b/wps/iAmp.wps index 7a39c4c..d2a566c 100644 --- a/wps/iAmp.wps +++ b/wps/iAmp.wps @@ -13,7 +13,7 @@ %xl|w|h.bmp|114|1| %?mh<%?mr<%xdw|%xda>> %?mr<%?mh<%xdw|%xdz>> -%x|H|pb.bmp|128|100| +%x|L|pb.bmp|128|100| %xl|x|w.bmp|68|95| %xl|y|wv.bmp|68|95| %xl|f|f.bmp|68|95| @@ -51,4 +51,4 @@ %x|F|l.bmp|0|14| %xl|G|bp.bmp|1|1| %?bp<%xdG|%?bl<%xdA|%xdB|%xdC|%xdD|%xdE>> -# letters to use: b, q, L-Z
\ No newline at end of file +# letters to use: b, q, M-Z
\ No newline at end of file |