From 8ea056db4b6c60e2e623cd0e79ccb64aea5bec51 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Thu, 27 May 2010 19:57:15 +0000 Subject: Theme Editor: Fixed a bug in the subline parser, added a LINE element to contain logical lines, working on data model git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26337 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/skin_parser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/themeeditor/skin_parser.h') diff --git a/utils/themeeditor/skin_parser.h b/utils/themeeditor/skin_parser.h index 50980023b5..7de726bbfc 100644 --- a/utils/themeeditor/skin_parser.h +++ b/utils/themeeditor/skin_parser.h @@ -41,7 +41,8 @@ enum skin_element_type COMMENT, TAG, CONDITIONAL, - SUBLINES + SUBLINES, + LINE }; enum skin_errorcode -- cgit v1.2.3