summaryrefslogtreecommitdiff
path: root/utils/themeeditor
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-06-08 14:52:03 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-06-08 14:52:03 +0000
commit2309d6d1e14c843250e4efa7cfac019e63d620ac (patch)
tree9dbfd76a50febf7ee92a14439c97622f6b011ab7 /utils/themeeditor
parentc4fbb07a762e6c64514b8742ac0d091718d4f237 (diff)
downloadrockbox-2309d6d1e14c843250e4efa7cfac019e63d620ac.tar.gz
rockbox-2309d6d1e14c843250e4efa7cfac019e63d620ac.zip
change to %Cd to display albumart (instead of %C to make it more consistant with %Vd/%Vl and %xd/%xl)
Also assume ; in skins are for sublines.. this means if you want ; in text you need to manually escape it (%;) far less false positives then git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26693 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor')
-rw-r--r--utils/themeeditor/tag_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/themeeditor/tag_table.c b/utils/themeeditor/tag_table.c
index 91d1b0bde4..f579ce9b18 100644
--- a/utils/themeeditor/tag_table.c
+++ b/utils/themeeditor/tag_table.c
@@ -173,7 +173,7 @@ struct tag_info legal_tags[] =
173 173
174 { SKIN_TOKEN_LOAD_FONT, "Fl" , "IF"}, 174 { SKIN_TOKEN_LOAD_FONT, "Fl" , "IF"},
175 { SKIN_TOKEN_ALBUMART_LOAD, "Cl" , "IIII|ss"}, 175 { SKIN_TOKEN_ALBUMART_LOAD, "Cl" , "IIII|ss"},
176 { SKIN_TOKEN_ALBUMART_DISPLAY, "C" , ""}, 176 { SKIN_TOKEN_ALBUMART_DISPLAY, "Cd" , ""},
177 177
178 { SKIN_TOKEN_VIEWPORT_ENABLE, "Vd" , "S"}, 178 { SKIN_TOKEN_VIEWPORT_ENABLE, "Vd" , "S"},
179 { SKIN_TOKEN_UIVIEWPORT_ENABLE, "VI" , "S"}, 179 { SKIN_TOKEN_UIVIEWPORT_ENABLE, "VI" , "S"},