Rename 'General tab' to 'About', move to the last position.
authorChris Morgan <cmorgan@alum.wpi.edu>
Sat, 7 Feb 2004 01:01:34 +0000 (01:01 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 7 Feb 2004 01:01:34 +0000 (01:01 +0000)
commit2c6ea211f08c1fafde66c6b21edcb8484cec4168
tree27d9fd8df3aeeb959207867f6b31d28728bd718f
parent950808af3bd8bc4b730ec7b5e20039ef092da72a
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.
12 files changed:
programs/winecfg/En.rc
programs/winecfg/Es.rc
programs/winecfg/Pt.rc
programs/winecfg/Ru.rc
programs/winecfg/Si.rc
programs/winecfg/appdefaults.c
programs/winecfg/main.c
programs/winecfg/properties.c
programs/winecfg/properties.h
programs/winecfg/resource.h
programs/winecfg/winecfg.h
programs/winecfg/x11drvdlg.c