From 9683a3565df1d070b3d0c3d146bf2149332ef82c Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 4 Oct 2012 11:50:15 +0000 Subject: [PATCH] format string whoops SVN revision: 77428 --- src/bin/e_eap_editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_eap_editor.c b/src/bin/e_eap_editor.c index 3fc6964af..5e0684645 100644 --- a/src/bin/e_eap_editor.c +++ b/src/bin/e_eap_editor.c @@ -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;