}
}
+ // there is no wxTopLevelWindow under wxMotif yet
+#ifndef __WXMOTIF__
// we shouldn't center the dialog on the iconized window: under
// Windows, for example, this places it completely off the screen
if ( parent )
parent = NULL;
}
}
+#endif // __WXMOTIF__
// did we find the parent?
if ( !parent )