Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: settings.c Log Message: Fix translation of button labels in combined settings dialog. =================================================================== RCS file: /cvs/e/e16/e/src/settings.c,v retrieving revision 1.159 retrieving revision 1.160 diff -u -3 -r1.159 -r1.160 --- settings.c 6 Sep 2006 20:52:52 -0000 1.159 +++ settings.c 12 Sep 2006 15:40:48 -0000 1.160 @@ -682,7 +682,7 @@ { di = DialogAddItem(buttons, DITEM_BUTTON); DialogItemSetPadding(di, 2, 2, 0, 0); - DialogItemSetText(di, dialogs[i]->label); + DialogItemSetText(di, _(dialogs[i]->label)); DialogItemSetCallback(di, CB_DlgSelect, i, content); } ------------------------------------------------------------------------- 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