summaryrefslogtreecommitdiff
path: root/utils/themeeditor/main.c
diff options
context:
space:
mode:
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