reuse existing wxGetTopLevelParent() function in wxMessageDialog ctor instead of...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Mar 2004 12:49:43 +0000 (12:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 20 Mar 2004 12:49:43 +0000 (12:49 +0000)
commit1840af03190210b05e354ddd043bcd32617d9128
treeb0b7f0fc641dc53048538553e910d1cfe76fe368
parent27005f3a3f26b3b7d413863c4e73c7c30ff6fcc1
reuse existing wxGetTopLevelParent() function in wxMessageDialog ctor instead of reimplementing it (yes, it is just 4 lines, but this still was enough for a fatal bug to slip in them...)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/msgdlg.cpp
src/gtk1/msgdlg.cpp