this way modules categories are really translated

SVN revision: 38763
This commit is contained in:
Massimo Maiurana 2009-01-24 21:53:51 +00:00
parent 57180ee9ac
commit de865bea3a
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ _fill_type_hash(void)
cft = E_NEW(CFType, 1);
if (!cft) continue;
cft->key = eina_stringshare_add(_types[i].key);
cft->name = eina_stringshare_add(_types[i].name);
cft->name = eina_stringshare_add(_(_types[i].name));
cft->icon = eina_stringshare_add(_types[i].icon);
if (!types_hash) types_hash = eina_hash_string_superfast_new(NULL);
eina_hash_direct_add(types_hash, cft->key, cft);