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