Enlightenment CVS committal Author : devilhorns Project : e_modules Module : tclock
Dir : e_modules/tclock Modified Files: e_mod_main.c Log Message: Added missing D_ macros for text translation. =================================================================== RCS file: /cvs/e/e_modules/tclock/e_mod_main.c,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- e_mod_main.c 18 May 2006 12:01:43 -0000 1.20 +++ e_mod_main.c 18 May 2006 12:09:39 -0000 1.21 @@ -100,7 +100,7 @@ static char * _gc_label(void) { - return _("TClock"); + return D_("TClock"); } static Evas_Object * @@ -135,7 +135,7 @@ tclock_config->menu = mn; mi = e_menu_item_new(mn); - e_menu_item_label_set(mi, _("Configuration")); + e_menu_item_label_set(mi, D_("Configuration")); e_util_menu_item_edje_icon_set(mi, "enlightenment/configuration"); e_menu_item_callback_set(mi, _tclock_menu_cb_configure, inst); ------------------------------------------------------- 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