Changed to generic module_label color class, rather then specifics for each

module.


SVN revision: 26485
This commit is contained in:
Christopher Michael 2006-10-10 13:37:37 +00:00
parent 00dc2f3230
commit 999ea7f86b
1 changed files with 1 additions and 6 deletions

View File

@ -80,12 +80,7 @@ const CFColor_Hash _wid_hash[] =
const CFColor_Hash _mod_hash[] =
{
{NULL, N_("Modules")},
{"battery_label", N_("Battery Label")},
{"cpufreq_label", N_("Cpufreq Label")},
{"ibar_label", N_("IBar Label")},
{"ibox_label", N_("IBox Label")},
{"pager_label", N_("Pager Label")},
{"temperature_label", N_("Temperature Label")},
{"module_label", N_("Module Label")},
{NULL, NULL}
};