ChangeSet ID: 1012848093397524714935571 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 02/02/04 13:41:34
Modified files: programs/wineconsole: dialog.c registry.c user.c winecon_private.h winecon_user.h wineconsole_En.rc wineconsole_Fr.rc wineconsole_res.h
Log message: Eric Pouech eric.pouech@wanadoo.fr - wineconsole now exits if the started program inside it terminates before the console actually starts up. - Removed the last Ansi imported APIs since now Propsheet has a decent Unicode interface. - Fixed a couple of menu related bugs (states were wrong). - Finished input selection code (mark and key for selection moving are operational, generating mouse events to programs attached to the console).
Patch: http://cvs.winehq.com/patch.py?id=1012848093397524714935571
Revision Changes Path 1.5 +39 -20 wine/programs/wineconsole/dialog.c 1.3 +9 -0 wine/programs/wineconsole/registry.c 1.6 +276 -97 wine/programs/wineconsole/user.c 1.3 +1 -0 wine/programs/wineconsole/winecon_private.h 1.2 +1 -1 wine/programs/wineconsole/winecon_user.h 1.3 +7 -5 wine/programs/wineconsole/wineconsole_En.rc 1.3 +5 -3 wine/programs/wineconsole/wineconsole_Fr.rc 1.3 +1 -0 wine/programs/wineconsole/wineconsole_res.h