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 ;