> > What do you mean? French translations are in Fr.rc and i already did that. > As you can see the groupbox is lowered, but that's because i did in > the french .rc file, so i will have to update the english one. Reading through http://www.winehq.org/pipermail/wine-users/attachments/20090409/6da3fbdf/attachment.bin shows only changes to En.rc and these include french. diff -rupN orig/programs/winecfg/En.rc new/programs/winecfg/En.rc --- orig/programs/winecfg/En.rc 2009-03-27 19:31:22.000000000 +0100 +++ new/programs/winecfg/En.rc 2009-04-09 11:06:24.000000000 +0200 @@ -78,16 +78,39 @@ BEGIN EDITTEXT IDC_DESKTOP_WIDTH,64,68,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED EDITTEXT IDC_DESKTOP_HEIGHT,117,68,40,12,ES_AUTOHSCROLL | ES_NUMBER | WS_DISABLED - GROUPBOX " Direct3D ",IDC_STATIC,8,95,244,49 - LTEXT "&Vertex Shader Support: ",IDC_STATIC,15,110,80,32 ... + GROUPBOX " Direct3D ",IDC_STATIC,8,103,244,76 + LTEXT "Support du Vertex Shader: ",IDC_STATIC,15,118,90,32 + CONTROL "Permettre le Pixel Shader (si supporté par le matériel)",IDC_D3D_PSHADER_MODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,134,230,10