ChangeSet ID: 98200536527550537744537
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/02/12 14:16:05
Modified files:
windows : clipboard.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
If an application directly calls SetClipboardData with CF_TEXT and
then later called GetClipboardData with CF_TEXT we gave them a NULL
because we where not handling this case.
Patch: http://cvs.winehq.com/patch.py?id=98200536527550537744537
Revision Changes Path
1.35 +30 -12 wine/windows/clipboard.c
ChangeSet ID: 982001374596468368079513
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/02/12 13:09:34
Modified files:
dlls/commdlg : cdlg_En.rc printdlg.c
Log message:
Huw D M Davies <hdavies(a)codeweavers.com>
Add an updown control to the copy count entry.
Disable the collate button if no. of copies is 1.
Add Landscape/Portrait icons.
Get rid of the "Dummy Comment" line.
Fix the English of some of the error messages.
Patch: http://cvs.winehq.com/patch.py?id=982001374596468368079513
Revision Changes Path
1.18 +16 -15 wine/dlls/commdlg/cdlg_En.rc
1.36 +79 -14 wine/dlls/commdlg/printdlg.c