Increased the message buffer size

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-08-12 15:43:45 +00:00
parent 02a775c98e
commit e118897acb
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ int wxMessageDialog::ShowModal()
short result ;
Str255 pascalTitle ;
Str255 pascalText ;
char cText[256] ;
char cText[2048] ;
Str255 yesPString ;
Str255 noPString ;

View File

@@ -68,7 +68,7 @@ int wxMessageDialog::ShowModal()
short result ;
Str255 pascalTitle ;
Str255 pascalText ;
char cText[256] ;
char cText[2048] ;
Str255 yesPString ;
Str255 noPString ;