* e_fwin.c: Fix mistake.

SVN revision: 39248
This commit is contained in:
Cedric BAIL 2009-02-26 17:50:43 +00:00
parent ccc884e6a8
commit 549f978ed7
1 changed files with 1 additions and 1 deletions

View File

@ -869,7 +869,7 @@ _e_fwin_cb_open(void *data, E_Dialog *dia)
{
desktop->exec = malloc(strlen(fad->exec_cmd) + 4);
if (desktop->exec)
snprintf(desktop->exec, strlen(fad->exec_cmd) + 4, "%s \%U", fad->exec_cmd);
snprintf(desktop->exec, strlen(fad->exec_cmd) + 4, "%s %%U", fad->exec_cmd);
}
}