summaryrefslogtreecommitdiff
path: root/utils/themeeditor/main.c
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-05-25 17:22:39 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-05-25 17:22:39 +0000
commit1937b1b1ae0527f2c80834c0461532f1a3cceeaa (patch)
tree7426ffcef783bfff60e73211cd42849c52ef9470 /utils/themeeditor/main.c
parent58b4fe10076e053664a598dc252ef107d1da6fa2 (diff)
downloadrockbox-1937b1b1ae0527f2c80834c0461532f1a3cceeaa.tar.gz
rockbox-1937b1b1ae0527f2c80834c0461532f1a3cceeaa.zip
Fixed some bugs in the theme editor, added the tags with parameters to the tag table
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26288 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/main.c')
-rw-r--r--utils/themeeditor/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/themeeditor/main.c b/utils/themeeditor/main.c
index 9f45c90317..269cad7840 100644
--- a/utils/themeeditor/main.c
+++ b/utils/themeeditor/main.c
@@ -6,8 +6,7 @@
6 6
7int main(int argc, char* argv[]) 7int main(int argc, char* argv[])
8{ 8{
9 char* doc = "This is a sample %V(1, 2, 3, 4, 5, six, seven)\n" 9 char* doc = "%Vd(U))\n\n%?bl(test,3,5,2,1)<param2|param3>";
10 "WPS document, with ; sublines and a %?T(conditional| or| two)";
11 10
12 struct skin_element* test = skin_parse(doc); 11 struct skin_element* test = skin_parse(doc);
13 12