Merge new wxCocoaMessageDialog from trunk.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2007-11-09 18:32:38 +00:00
parent 8ea477f697
commit a2fa59b890
4 changed files with 272 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ private:
#elif defined(__WXMAC__)
#include "wx/mac/msgdlg.h"
#elif defined(__WXCOCOA__)
#include "wx/generic/msgdlgg.h"
#include "wx/cocoa/msgdlg.h"
#elif defined(__WXPM__)
#include "wx/os2/msgdlg.h"
#endif