use wxLogError() instead of wxMessageBox in wxDocument::DoOpenDocument(), otherwise...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 14 Jul 2005 16:13:19 +0000 (16:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 14 Jul 2005 16:13:19 +0000 (16:13 +0000)
commit64c12a6d559c20e495d1ad79b7a6fb547d9cc7b1
treecc33e1302cf418749f6256fb4daaf60b90098bd1
parent7f54e70f1705eecc2ee274e7c8fee51c0fd2211b
use wxLogError() instead of wxMessageBox in wxDocument::DoOpenDocument(), otherwise the error message don't appear in correct order

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/docview.cpp