diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-02-24 14:07:36 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-02-24 20:25:59 +0000 |
commit | b0def775ecf9bbb00e10da355bbf31f2b5f84cec (patch) | |
tree | 958467fc455f92f2d2276fbf517d2e6ffc0fb299 | |
parent | 02821b447f73d83ad626f00e35044b7aae8440e0 (diff) |
Make the HtmlHelp window owned by the xlaunch wizard window
Make the HtmlHelp window owned by the xlaunch wizard window, so it gets closed
when the wizard is closed.
-rw-r--r-- | main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -357,7 +357,7 @@ class CMyWizard : public CWizard printf("chmfile %s = %s\n", chmFile, winPath); #endif - HtmlHelp(NULL, winPath, HH_HELP_CONTEXT, 500 + offset); + HtmlHelp(hwndDlg, winPath, HH_HELP_CONTEXT, 500 + offset); free(winPath); |