Enlightenment CVS committal Author : englebass Project : e_modules Module : winselector
Dir : e_modules/winselector Modified Files: e_mod_main.c Log Message: no nls =================================================================== RCS file: /cvs/e/e_modules/winselector/e_mod_main.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- e_mod_main.c 12 Nov 2007 07:58:35 -0000 1.19 +++ e_mod_main.c 12 Nov 2007 08:36:13 -0000 1.20 @@ -139,7 +139,7 @@ static char * _gc_label (void) { - return D_("Winselector"); + return "Winselector"; } static Evas_Object * @@ -249,7 +249,7 @@ E_Menu *m; m = e_menu_new(); - e_menu_title_set(m, D_("Applications")); + e_menu_title_set(m, "Applications"); e_menu_pre_activate_callback_set(m, _win_menu_pre_cb, inst); return m; } @@ -283,7 +283,7 @@ { /* FIXME here we want nothing, but that crashes!!! */ mi = e_menu_item_new(m); - e_menu_item_label_set(mi, D_("(No Windows)")); + e_menu_item_label_set(mi, "(No Windows)"); return; } @@ -328,7 +328,7 @@ if ((title) && (title[0])) e_menu_item_label_set(mi, title); else - e_menu_item_label_set(mi, D_("No name!!")); + e_menu_item_label_set(mi, "No name!!"); /* ref the border as we implicitly unref it in the callback */ e_object_ref(E_OBJECT(bd)); /* e_object_breadcrumb_add(E_OBJECT(bd), "clients_menu");*/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs