ChangeSet ID: 10973 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/02/06 19:01:34
Modified files: programs/winecfg: x11drvdlg.c winecfg.h resource.h properties.h properties.c main.c appdefaults.c Si.rc Ru.rc Pt.rc Es.rc En.rc
Log message: Chris Morgan cmorgan@alum.wpi.edu Rename 'General tab' to 'About', move to the last position. Make applications tab handle global and per-app winver, dosver and winelook settings, mirroring the Libraries tab. Code copied from Robert van Herk's libraries tab. Move global/app specific function and global to the x11drv tab where it is currently used. Add a couple of property helper functions. Set 3D border around treeview controls. Removed invalid resources from languages other than En.
Patch: http://cvs.winehq.org/patch.py?id=10973
Old revision New revision Changes Path 1.9 1.10 +12 -0 wine/programs/winecfg/x11drvdlg.c 1.13 1.14 +0 -1 wine/programs/winecfg/winecfg.h 1.11 1.12 +4 -6 wine/programs/winecfg/resource.h 1.9 1.10 +2 -0 wine/programs/winecfg/properties.h 1.6 1.7 +27 -0 wine/programs/winecfg/properties.c 1.13 1.14 +64 -158 wine/programs/winecfg/main.c 1.2 1.3 +601 -121 wine/programs/winecfg/appdefaults.c 1.4 1.5 +0 -5 wine/programs/winecfg/Si.rc 1.3 1.4 +0 -5 wine/programs/winecfg/Ru.rc 1.6 1.7 +0 -12 wine/programs/winecfg/Pt.rc 1.5 1.6 +0 -5 wine/programs/winecfg/Es.rc 1.16 1.17 +14 -25 wine/programs/winecfg/En.rc