Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_desklock.c Log Message: better labels :) =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_desklock.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- e_int_config_desklock.c 31 Mar 2006 17:26:38 -0000 1.9 +++ e_int_config_desklock.c 1 Apr 2006 01:37:14 -0000 1.10 @@ -260,10 +260,10 @@ o = e_widget_list_add(evas, 0, 0); #ifdef HAVE_PAM - of = e_widget_framelist_add(evas, _("Authentication Method"), 0); + of = e_widget_framelist_add(evas, _("Password type"), 0); { rg_auth = e_widget_radio_group_new((int*)(&cfdata->auth_method)); - oc = e_widget_radio_add(evas, _("System wide authentication"), 0, rg_auth); + oc = e_widget_radio_add(evas, _("Use my login password"), 0, rg_auth); e_widget_framelist_object_append(of, oc); rwd = e_widget_data_get(oc); @@ -463,10 +463,10 @@ /* end: login box options */ #ifdef HAVE_PAM - of = e_widget_framelist_add(evas, _("Authentication Method"), 0); + of = e_widget_framelist_add(evas, _("Password type"), 0); { rg_auth = e_widget_radio_group_new((int*)(&cfdata->auth_method)); - oc = e_widget_radio_add(evas, _("System wide authentication"), 0, rg_auth); + oc = e_widget_radio_add(evas, _("Use my login password"), 0, rg_auth); e_widget_framelist_object_append(of, oc); wd = e_widget_data_get(oc); ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs