Enlightenment CVS committal

Author  : vandango
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_container.c 


Log Message:
little intl change
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_container.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- e_container.c       19 May 2005 04:57:59 -0000      1.59
+++ e_container.c       22 May 2005 23:43:26 -0000      1.60
@@ -99,7 +99,7 @@
    e_pointer_container_set(con);
 
    con->num = evas_list_count(con->manager->containers);
-   snprintf(name, sizeof(name), "Container %d", con->num);
+   snprintf(name, sizeof(name), _("Container %d"), con->num);
    con->name = strdup(name);
 
    /* init layers */




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to