format string whoops

SVN revision: 77428
This commit is contained in:
Mike Blumenkrantz 2012-10-04 11:50:15 +00:00
parent 5b4a058e44
commit 9683a3565d
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ _e_desktop_editor_cb_icon_select(void *data1, void *data2)
if (!dia) return;
e_object_del_attach_func_set(E_OBJECT(dia),
_e_desktop_edit_cb_icon_select_destroy);
snprintf(buf, sizeof(buf), "%s '%s'", "Select an Icon for", ecore_file_file_get(cfdata->orig_path));
snprintf(buf, sizeof(buf), "Select an Icon for '%s'", ecore_file_file_get(cfdata->orig_path));
e_dialog_title_set(dia, buf);
dia->data = cfdata;