Skip to content

Commit

Permalink
fix AUX_EDGE_ACTIVE not getting parsed
Browse files Browse the repository at this point in the history
  • Loading branch information
tsudoko committed May 2, 2015
1 parent dfc7afa commit 4d6552c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme_tables.h
Expand Up @@ -37,7 +37,7 @@ const char *COLOUR_NAME_TABLE[] = {
"AUX_BACKGROUND",
"AUX_EDGE_NORMAL",
"AUX_EDGE_HOVER",
"AUX_EDGE_ACTIVE ",
"AUX_EDGE_ACTIVE",
"AUX_TEXT",
"AUX_ACTIVEOPTION_BACKGROUND",
"AUX_ACTIVEOPTION_TEXT",
Expand Down

0 comments on commit 4d6552c

Please sign in to comment.