summaryrefslogtreecommitdiff
path: root/utils/themeeditor/skin_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/skin_parser.h')
-rw-r--r--utils/themeeditor/skin_parser.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/utils/themeeditor/skin_parser.h b/utils/themeeditor/skin_parser.h
index 7de726bbfc..7b3ab13ad0 100644
--- a/utils/themeeditor/skin_parser.h
+++ b/utils/themeeditor/skin_parser.h
@@ -36,13 +36,13 @@ extern char skin_parse_tree[];
36/* Possible types of element in a WPS file */ 36/* Possible types of element in a WPS file */
37enum skin_element_type 37enum skin_element_type
38{ 38{
39 TEXT, 39 LINE,
40 SUBLINES,
41 CONDITIONAL,
42 TAG,
40 NEWLINE, 43 NEWLINE,
44 TEXT,
41 COMMENT, 45 COMMENT,
42 TAG,
43 CONDITIONAL,
44 SUBLINES,
45 LINE
46}; 46};
47 47
48enum skin_errorcode 48enum skin_errorcode