On 10/04/2012 10:43 AM, Enlightenment SVN wrote: > Log: > show desktop filename in icon selection dialog > ticket #1237
You are joking? Static text as argument for %s? S. > > > Author: discomfitor > Date: 2012-10-04 01:43:50 -0700 (Thu, 04 Oct 2012) > New Revision: 77411 > Trac: http://trac.enlightenment.org/e/changeset/77411 > > Modified: > trunk/e/src/bin/e_eap_editor.c > > Modified: trunk/e/src/bin/e_eap_editor.c > =================================================================== > --- trunk/e/src/bin/e_eap_editor.c 2012-10-04 08:31:35 UTC (rev 77410) > +++ trunk/e/src/bin/e_eap_editor.c 2012-10-04 08:43:50 UTC (rev 77411) > @@ -808,6 +808,7 @@ > E_Desktop_Edit *editor; > char *path = NULL; > const char *icon_path = NULL; > + char buf[PATH_MAX + 32]; > > editor = data2; > cfdata = data1; > @@ -818,7 +819,8 @@ > if (!dia) return; > e_object_del_attach_func_set(E_OBJECT(dia), > _e_desktop_edit_cb_icon_select_destroy); > - e_dialog_title_set(dia, _("Select an Icon")); > + snprintf(buf, sizeof(buf), "%s '%s'", "Select an Icon for", > ecore_file_file_get(cfdata->orig_path)); > + e_dialog_title_set(dia, buf); > dia->data = cfdata; > > /* absolute path to icon */ > > > ------------------------------------------------------------------------------ > Don't let slow site performance ruin your business. Deploy New Relic APM > Deploy New Relic app performance management and know exactly > what is happening inside your Ruby, Python, PHP, Java, and .NET app > Try New Relic at no cost today and get our sweet Data Nerd shirt too! > http://p.sf.net/sfu/newrelic-dev2dev > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel