Log Message:
-----------
Fix positioning of wxMessageBox with iconized parent in wxMSW
It was shown in the top left corner which was unexpected, so avoid using
TDF_POSITION_RELATIVE_TO_WINDOW (whose implementation is arguably buggy)
in this case to show it in the center of the screen instead.