diff options
Diffstat (limited to 'utils/themeeditor')
| -rw-r--r-- | utils/themeeditor/tag_table.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/themeeditor/tag_table.c b/utils/themeeditor/tag_table.c index 9b07388..3aa7cf2 100644 --- a/utils/themeeditor/tag_table.c +++ b/utils/themeeditor/tag_table.c @@ -53,7 +53,8 @@ struct tag_info legal_tags[] = { "cm", "" }, { "cM", "" }, { "cS", "" }, - { "c", "" }, + { "cy", "" }, + { "cY", "" }, { "cP", "" }, { "cp", "" }, { "ca", "" }, |