cvs commit: hugs98/src/winhugs DlgMain.c Header.h StartCode.c
Neil Mitchell <[email protected]> Fri, 27 Jan 2006 03:57:53 -0800
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <[email protected]> |
neil 2006/01/27 03:57:53 PST
Modified files:
src/winhugs DlgMain.c Header.h StartCode.c
Log:
If WinHugs fails to create its main dialog, give an error message and exit.
Before it kept going just with no user interaction, or error message
Revision Changes Path
1.16 +9 -2 hugs98/src/winhugs/DlgMain.c
1.7 +1 -1 hugs98/src/winhugs/Header.h
1.10 +2 -1 hugs98/src/winhugs/StartCode.c