From 2309d6d1e14c843250e4efa7cfac019e63d620ac Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 8 Jun 2010 14:52:03 +0000 Subject: 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 --- utils/themeeditor/tag_table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/themeeditor') 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[] = { SKIN_TOKEN_LOAD_FONT, "Fl" , "IF"}, { SKIN_TOKEN_ALBUMART_LOAD, "Cl" , "IIII|ss"}, - { SKIN_TOKEN_ALBUMART_DISPLAY, "C" , ""}, + { SKIN_TOKEN_ALBUMART_DISPLAY, "Cd" , ""}, { SKIN_TOKEN_VIEWPORT_ENABLE, "Vd" , "S"}, { SKIN_TOKEN_UIVIEWPORT_ENABLE, "VI" , "S"}, -- cgit v1.2.3