From: Julian Smart Date: Mon, 12 Aug 2002 15:43:45 +0000 (+0000) Subject: Increased the message buffer size X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e118897acbde8eac6e3f67d1bb439a1fc572660c?ds=inline Increased the message buffer size git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/msgdlg.cpp b/src/mac/carbon/msgdlg.cpp index 03230aa707..7b7109b668 100644 --- a/src/mac/carbon/msgdlg.cpp +++ b/src/mac/carbon/msgdlg.cpp @@ -68,7 +68,7 @@ int wxMessageDialog::ShowModal() short result ; Str255 pascalTitle ; Str255 pascalText ; - char cText[256] ; + char cText[2048] ; Str255 yesPString ; Str255 noPString ; diff --git a/src/mac/msgdlg.cpp b/src/mac/msgdlg.cpp index 03230aa707..7b7109b668 100644 --- a/src/mac/msgdlg.cpp +++ b/src/mac/msgdlg.cpp @@ -68,7 +68,7 @@ int wxMessageDialog::ShowModal() short result ; Str255 pascalTitle ; Str255 pascalText ; - char cText[256] ; + char cText[2048] ; Str255 yesPString ; Str255 noPString ;