summaryrefslogtreecommitdiff
path: root/utils/themeeditor/symbols.h
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/symbols.h
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/symbols.h')
-rw-r--r--utils/themeeditor/symbols.h2
1 files changed, 2 insertions, 0 deletions
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 @@
32#define ARGLISTCLOSESYM ')' 32#define ARGLISTCLOSESYM ')'
33#define ARGLISTSEPERATESYM ',' 33#define ARGLISTSEPERATESYM ','
34#define ENUMLISTSEPERATESYM '|' 34#define ENUMLISTSEPERATESYM '|'
35#define ENUMLISTOPENSYM '<'
36#define ENUMLISTCLOSESYM '>'
35#define DEFAULTSYM '-' 37#define DEFAULTSYM '-'
36 38
37#endif /* SYMBOLS_H */ 39#endif /* SYMBOLS_H */