From 91e6b06be97aac8e0f532113723fa9a38fc6cf8c Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 7 Jan 2010 07:34:15 +0000 Subject: RTL language enhancements by Tomers Shalev and I. 3 new tokens: %ax - the next token should follow the language direction (what that means is defined by the individual tokens) %aL - align left on LTR language (same as %al), right on RTL languages %aR - align right on LTR language (same as %ar), left on RTL languages This commit adds %ax support to the %V and %Cl tokens. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24193 a1c6a512-1295-4272-9138-f99709370657 --- wps/cabbiev2.132x80x16.wps | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'wps/cabbiev2.132x80x16.wps') diff --git a/wps/cabbiev2.132x80x16.wps b/wps/cabbiev2.132x80x16.wps index 279d3144b0..6657b01587 100644 --- a/wps/cabbiev2.132x80x16.wps +++ b/wps/cabbiev2.132x80x16.wps @@ -8,8 +8,8 @@ %xl|D|shuffle-132x80x16.bmp|86|69| %xl|E|repeat-132x80x16.bmp|105|67|4| %xl|F|playmode-132x80x16.bmp|118|67|5| -%Cl|3|14|c40|c40| -%pb|pb-132x80x16.bmp|2|58|127|6| +%ax%Cl|3|14|c40|c40| +%ax%pb|pb-132x80x16.bmp|2|58|127|6| %?C<%C%Vda|%Vdb> #Images @@ -21,7 +21,7 @@ %?mp<%xdFa|%xdFb|%xdFc|%xdFd|%xdFe> #NowPlaying - aa -%Vl|a|48|10|-|48|1|-|-| +%ax%Vl|a|48|10|-|48|1|-|-| %s%al%?it<%it|%fn> %s%al%?ia<%ia|%?d2<%d2|(root)>> %s%al%?id<%id|%?d1<%d1|(root)>> -- cgit v1.2.3