Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e.h e_intl.c 


Log Message:
French

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e.h 21 Feb 2005 16:16:35 -0000      1.13
+++ e.h 13 Apr 2005 05:59:46 -0000      1.14
@@ -28,6 +28,16 @@
 #include <Eet.h>
 #include <Edje.h>
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+#if HAVE___ATTRIBUTE__
+#define __UNUSED__ __attribute__((unused))
+#else
+#define __UNUSED__
+#endif
+
 #ifdef EAPI
 #undef EAPI
 #endif
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_intl.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_intl.c    12 Apr 2005 08:46:43 -0000      1.7
+++ e_intl.c    13 Apr 2005 05:59:46 -0000      1.8
@@ -2,7 +2,6 @@
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  */
 #include "e.h"
-#include "config.h"
 
 /* TODO List:
  * 
@@ -26,6 +25,7 @@
    ADD_LANG("C");
    ADD_LANG("en");
    ADD_LANG("jp");
+   ADD_LANG("fr");
 
    /* FIXME: NULL == use LANG. make this read a config value if it exists */
    e_intl_language_set(NULL);




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to