From e118897acbde8eac6e3f67d1bb439a1fc572660c Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 12 Aug 2002 15:43:45 +0000 Subject: [PATCH] Increased the message buffer size git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/msgdlg.cpp | 2 +- src/mac/msgdlg.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ; -- 2.49.0