ChangeSet ID: 19915
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/30 05:01:27
Modified files:
programs/winecfg: theme.c resource.h En.rc De.rc
Log message:
Frank Richter <frank.richter(a)gmail.com>
Add an "Install theme" button to the appearance page to allow
convenient copying of the .msstyles file to the Right Place inside the
Windows dir.
Patch: http://cvs.winehq.org/patch.py?id=19915
Old revision New revision Changes Path
1.2 1.3 +108 -0 wine/programs/winecfg/theme.c
1.30 1.31 +3 -0 wine/programs/winecfg/resource.h
1.51 1.52 +16 -14 wine/programs/winecfg/En.rc
1.12 1.13 +9 -7 wine/programs/winecfg/De.rc
ChangeSet ID: 19911
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/30 04:58:21
Modified files:
dlls/shell32 : shfldr_unixfs.c
Log message:
Michael Jung <mjung(a)iss.tu-darmstadt.de>
Use FIXME's in stubs instead of TRACE's.
Infer pathmode from CLSID in UnixFolderConstructor.
Fail in IShellFolder::BindToObject, if folder does not initialize.
Patch: http://cvs.winehq.org/patch.py?id=19911
Old revision New revision Changes Path
1.51 1.52 +26 -27 wine/dlls/shell32/shfldr_unixfs.c