diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-06 19:55:30 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-06 19:55:30 +0000 |
commit | a307fb4ee123f78480643dae9d9e7eab7ce8064f (patch) | |
tree | 699c09d184a974234f711110529129a3f2bae4e5 /WindozeCE | |
parent | 5ac140ac4a8df255c6cc72ee4345470ec78c686e (diff) | |
download | ATCD-a307fb4ee123f78480643dae9d9e7eab7ce8064f.tar.gz |
Register bridge object with its HANDLE, not CWnd*.
Diffstat (limited to 'WindozeCE')
-rw-r--r-- | WindozeCE/WindozeCEDlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WindozeCE/WindozeCEDlg.cpp b/WindozeCE/WindozeCEDlg.cpp index 043f37982e2..8a9e03358a1 100644 --- a/WindozeCE/WindozeCEDlg.cpp +++ b/WindozeCE/WindozeCEDlg.cpp @@ -93,7 +93,7 @@ BEGIN_MESSAGE_MAP(CWindozeCEDlg, CDialog) TEXT ("Fill in the command line arguments you want to pass to the program below:")); CenterWindow(GetDesktopWindow()); // center to the hpc screen - this->ace.set_window (this, NC_ACE_NOTIFY, INC_ACE_LOGMSG); + this->ace.set_window (this->m_hWnd, NC_ACE_NOTIFY, INC_ACE_LOGMSG); this->ace.set_self_default (); host_window_ = this; return TRUE; // return TRUE unless you set the focus to a control |