This issue must be happened to other languages as well.
Need to keep in mind.
Thanks a lot :)

Daniel Juyung Seo (SeoZ)

On Sun, Mar 13, 2011 at 5:35 AM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> e-modules/comp-scale: dont translate empty string
>
>
> Author:       jeffdameth
> Date:         2011-03-12 12:35:03 -0800 (Sat, 12 Mar 2011)
> New Revision: 57714
> Trac:         http://trac.enlightenment.org/e/changeset/57714
>
> Modified:
>  trunk/E-MODULES-EXTRA/comp-scale/src/e_mod_config.c
>
> Modified: trunk/E-MODULES-EXTRA/comp-scale/src/e_mod_config.c
> ===================================================================
> --- trunk/E-MODULES-EXTRA/comp-scale/src/e_mod_config.c 2011-03-12 20:16:01 
> UTC (rev 57713)
> +++ trunk/E-MODULES-EXTRA/comp-scale/src/e_mod_config.c 2011-03-12 20:35:03 
> UTC (rev 57714)
> @@ -162,7 +162,7 @@
>    e_widget_list_object_append(o, of, 1, 1, 0.5);
>    e_widget_table_object_append(ot, o, 1, 0, 1, 1, 1, 1, 0, 0);
>
> -   of = e_widget_framelist_add(evas, D_(""), 1);
> +   of = e_widget_framelist_add(evas, NULL, 1);
>    ow = e_widget_check_add(evas, D_("Fade out shelves and popups"),
>                           &(cfdata->fade_popups));
>    e_widget_framelist_object_append(of, ow);
>
>
> ------------------------------------------------------------------------------
> Colocation vs. Managed Hosting
> A question and answer guide to determining the best fit
> for your organization - today and in the future.
> http://p.sf.net/sfu/internap-sfd2d
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to