From 1937b1b1ae0527f2c80834c0461532f1a3cceeaa Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 25 May 2010 17:22:39 +0000 Subject: 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 --- utils/themeeditor/symbols.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/themeeditor/symbols.h') diff --git a/utils/themeeditor/symbols.h b/utils/themeeditor/symbols.h index a82bb09393..cc82890a16 100644 --- a/utils/themeeditor/symbols.h +++ b/utils/themeeditor/symbols.h @@ -32,6 +32,8 @@ #define ARGLISTCLOSESYM ')' #define ARGLISTSEPERATESYM ',' #define ENUMLISTSEPERATESYM '|' +#define ENUMLISTOPENSYM '<' +#define ENUMLISTCLOSESYM '>' #define DEFAULTSYM '-' #endif /* SYMBOLS_H */ -- cgit v1.2.3