Enlightenment CVS committal Author : englebass Project : e_modules Module : wlan
Dir : e_modules/wlan Modified Files: e_mod_config.c Log Message: get text from module locale =================================================================== RCS file: /cvs/e/e_modules/wlan/e_mod_config.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- e_mod_config.c 31 Oct 2007 14:52:46 -0000 1.23 +++ e_mod_config.c 12 Nov 2007 07:58:35 -0000 1.24 @@ -128,7 +128,7 @@ ob = e_widget_label_add (evas, D_ ("Check Interval:")); e_widget_framelist_object_append (of, ob); ob = - e_widget_slider_add (evas, 1, 0, _("%1.0f seconds"), 1.0, 60.0, 1.0, 0, + e_widget_slider_add (evas, 1, 0, D_ ("%1.0f seconds"), 1.0, 60.0, 1.0, 0, &(cfdata->poll_time), NULL, 150); e_widget_framelist_object_append (of, ob); e_widget_list_object_append (o, of, 1, 1, 0.5); ------------------------------------------------------------------------- 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