ChangeSet ID: 1008205100760431536473334
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/12/12 19:58:20
Modified files:
tools : wineshelllink
Log message:
Marcus Meissner <marcus(a)jet.franken.de>
Fixed some places where whitespace was not handled correctly.
Do not use `cmd`s within cat <<EOF since bash1 sometimes gets confused
by it.
Patch: http://cvs.winehq.com/patch.py?id=1008205100760431536473334
Revision Changes Path
1.7 +12 -10 wine/tools/wineshelllink
ChangeSet ID: 1008029783491614824626595
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/12/10 19:16:23
Modified files:
controls : button.c
Log message:
Bill Medland <medbi01(a)accpac.com>
For a radio button even if the initial style includes WS_TABSTOP the
first BM_SETCHECK 0 will clear it (even if the state was clear).
Patch: http://cvs.winehq.com/patch.py?id=1008029783491614824626595
Revision Changes Path
1.53 +6 -6 wine/controls/button.c