* MdiWindowManager.cs: Update function name.
authorRolf Bjarne Kvinge <RKvinge@novell.com>
Tue, 20 Mar 2007 00:50:30 +0000 (00:50 -0000)
committerRolf Bjarne Kvinge <RKvinge@novell.com>
Tue, 20 Mar 2007 00:50:30 +0000 (00:50 -0000)
commit5f95b7e522efa691ece119c2895cade27ebd8b3c
tree4c30277f3984b8054586a22251a30356edfaf40b
parentdcd698a73cd7365dae30d10865482a156b7be40d
* MdiWindowManager.cs: Update function name.
* Form.cs: After closing a form MdiParent is always null.
* MdiClient.cs: Rename CloseChildForm to ChildFormClosed to explain
  better what it should do: necessary book-keeping when the form is
  closed, it should not close the form itself.

svn path=/trunk/mcs/; revision=74652
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Form.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiClient.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/MdiWindowManager.cs