Implement some more color classes.

SVN revision: 26474
This commit is contained in:
Christopher Michael 2006-10-10 11:12:51 +00:00
parent 6f2fe4219c
commit 8d4e2f4612
1 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,10 @@ const CFColor_Hash _wm_hash[] =
{"menu_title_active", N_("Menu Title Active")},
{"menu_item", N_("Menu Item")},
{"move_text", N_("Move Text")},
{"resize_text", N_("Resize Text")},
{"resize_text", N_("Resize Text")},
{"winlist_item", N_("Winlist Item")},
{"winlist_label", N_("Winlist Label")},
{"winlist_title", N_("Winlist Title")},
{NULL, NULL}
};