ChangeSet ID: 13027
CVSROOT: /opt/cvs-commit
Module name: lostwages
Changes by: jnewman(a)wine.codeweavers.com 2004/07/22 09:45:25
Modified files:
include : wwn.php
Log message:
remove the hack to convert & in urls to &, it is no longer needed and
it messes up other entities.
Patch: http://cvs.winehq.org/patch.py?id=13027
Old revision New revision Changes Path
1.19 1.20 +0 -2 lostwages/include/wwn.php
ChangeSet ID: 13022
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/07/21 16:17:59
Modified files:
dlls/comctl32 : propsheet.c
Log message:
Filip Navara <xnavara(a)volny.cz>
- Properly calculate caption length when converting multi-byte string
to wide character one.
- Wizard contents shouldn't be moved by the size of watermark bitmap.
- Fix PSH_WIZARD97_[NEW/OLD] checks.
- Blit the watermark even if PSH_USEHBMWATERMARK flag isn't set and
blit only the part that fits into the dialog.
Patch: http://cvs.winehq.org/patch.py?id=13022
Old revision New revision Changes Path
1.101 1.102 +36 -54 wine/dlls/comctl32/propsheet.c