ChangeSet ID: 10314
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/12/03 19:43:01
Modified files:
dlls/commdlg : fontdlg16.c fontdlg.c
Log message:
Rein Klazes <rklazes(a)xs4all.nl>
Use the lfHeight field to initialize the font dialog's point size. Do
not forget to return some values in the choosefont structure in the 16
bit version of the ChooseFont function.
Patch: http://cvs.winehq.com/patch.py?id=10314
Old revision New revision Changes Path
1.6 1.7 +5 -0 wine/dlls/commdlg/fontdlg16.c
1.60 1.61 +5 -3 wine/dlls/commdlg/fontdlg.c
ChangeSet ID: 10310
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/12/03 16:32:11
Modified files:
dlls/kernel : locale.c
Log message:
Converted locale setup to Unicode so that we don't use code pages
before they are initialized. Improved error reporting a bit.
Patch: http://cvs.winehq.com/patch.py?id=10310
Old revision New revision Changes Path
1.28 1.29 +101 -97 wine/dlls/kernel/locale.c