I hate localization.

ticket #1524


SVN revision: 76759
This commit is contained in:
Mike Blumenkrantz 2012-09-17 12:28:01 +00:00
parent 59d33a4a8b
commit d153808e3d
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ _selected_action_get(E_Config_Dialog_Data *cfdata)
// (strcmp(grp->act_grp, "Launch"))) continue;
EINA_LIST_FOREACH(grp->acts, ll, dsc)
{
if ((dsc->act_name) && (!strcmp(dsc->act_name, lbl)))
if ((dsc->act_name) && (!strcmp(_(dsc->act_name), lbl)))
return dsc;
}
}