forked from len0rd/rockbox
FS#11383 - fix the touchregion param string
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26692 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b71dc1f952
commit
c4fbb07a76
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ struct tag_info legal_tags[] =
|
||||||
|
|
||||||
{ SKIN_TOKEN_LASTTOUCH, "Tl" , "|S"},
|
{ SKIN_TOKEN_LASTTOUCH, "Tl" , "|S"},
|
||||||
{ SKIN_TOKEN_CURRENT_SCREEN, "cs", "" },
|
{ SKIN_TOKEN_CURRENT_SCREEN, "cs", "" },
|
||||||
{ SKIN_TOKEN_TOUCHREGION, "T" , "IIiiI"},
|
{ SKIN_TOKEN_TOUCHREGION, "T" , "IIiiS"},
|
||||||
|
|
||||||
{ SKIN_TOKEN_HAVE_RECORDING, "Rp" , ""},
|
{ SKIN_TOKEN_HAVE_RECORDING, "Rp" , ""},
|
||||||
{ SKIN_TOKEN_IS_RECORDING, "Rr" , ""},
|
{ SKIN_TOKEN_IS_RECORDING, "Rr" , ""},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue