Gracefully disconnect clients in wxDDEServer dtor.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jun 2010 18:18:32 +0000 (18:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jun 2010 18:18:32 +0000 (18:18 +0000)
commit2ec2e91e99cb031e03882ab9e97a2a6b1f51034c
tree5e2c5dbc7d3c001662597b3e119e40a4f8c2b5de
parent5276b0a53cef4815230e39b54d2ecda14f72cbd1
Gracefully disconnect clients in wxDDEServer dtor.

Remove the SetConnected(false) call which prevented the connection from
notifying the client about its destruction.

Closes #12164.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/dde.cpp