Enlightenment CVS committal Author : pfritz Project : e17 Module : proto
Dir : e17/proto/ephoto/src Modified Files: ephoto.c Log Message: - fix autofoo stuff for NLS (at least it works now for me) - add german translation =================================================================== RCS file: /cvs/e/e17/proto/ephoto/src/ephoto.c,v retrieving revision 1.87 retrieving revision 1.88 diff -u -3 -r1.87 -r1.88 --- ephoto.c 9 Oct 2006 03:22:36 -0000 1.87 +++ ephoto.c 15 Oct 2006 22:05:35 -0000 1.88 @@ -17,10 +17,11 @@ } /* NLS */ - setlocale( LC_ALL, "" ); - bindtextdomain( "ephoto", "/usr/share/locale" ); - textdomain( "ephoto" ); - +#ifdef ENABLE_NLS + setlocale(LC_MESSAGES, ""); + bindtextdomain(PACKAGE, PACKAGE_LOCALE_DIR); + textdomain(PACKAGE); +#endif m = NULL; current_thumbs = ecore_dlist_new(); current_directory = strdup(getenv("HOME")); ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs