+IPCDialogBox::~IPCDialogBox( )
+{
+ // wxWindows exit code destroys dialog before destroying the connection in
+ // OnExit, so make sure connection won't try to delete the dialog later.
+ if (m_connection)
+ m_connection->dialog = NULL;
+}
+
+void IPCDialogBox::OnQuit(wxCommandEvent& WXUNUSED(event))