ChangeSet ID: 10524
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/01 19:50:50
Modified files:
windows : nonclient.c
dlls/user/resources: user32_Pt.rc user32_Nl.rc user32_Fr.rc
user32_Fi.rc user32_En.rc user32_De.rc
user32_Ca.rc
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Make the debug mark printing unconditional instead of conditional upon
the SHELL debug channel. Make mark text obvious by changing the
output text to 'Debug mark requested by user' and adding 'Debug mark'
to the menu resource text.
Patch: http://cvs.winehq.com/patch.py?id=10524
Old revision New revision Changes Path
1.116 1.117 +1 -1 wine/windows/nonclient.c
1.3 1.4 +1 -1 wine/dlls/user/resources/user32_Pt.rc
1.2 1.3 +1 -2 wine/dlls/user/resources/user32_Nl.rc
1.4 1.5 +1 -1 wine/dlls/user/resources/user32_Fr.rc
1.2 1.3 +1 -2 wine/dlls/user/resources/user32_Fi.rc
1.4 1.5 +1 -1 wine/dlls/user/resources/user32_En.rc
1.3 1.4 +1 -1 wine/dlls/user/resources/user32_De.rc
1.2 1.3 +1 -2 wine/dlls/user/resources/user32_Ca.rc
ChangeSet ID: 10520
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/01 19:48:15
Modified files:
dlls/msvideo : mciwnd.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
Trackbar range should be fixed only in the case of successful
mciSendStringW. It's better to initialize dwCallback parameter if
MCI_NOTIFY is specified.
Patch: http://cvs.winehq.com/patch.py?id=10520
Old revision New revision Changes Path
1.14 1.15 +8 -4 wine/dlls/msvideo/mciwnd.c