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:
@@ -68,7 +68,7 @@ int wxMessageDialog::ShowModal()
|
|||||||
short result ;
|
short result ;
|
||||||
Str255 pascalTitle ;
|
Str255 pascalTitle ;
|
||||||
Str255 pascalText ;
|
Str255 pascalText ;
|
||||||
char cText[256] ;
|
char cText[2048] ;
|
||||||
|
|
||||||
Str255 yesPString ;
|
Str255 yesPString ;
|
||||||
Str255 noPString ;
|
Str255 noPString ;
|
||||||
|
@@ -68,7 +68,7 @@ int wxMessageDialog::ShowModal()
|
|||||||
short result ;
|
short result ;
|
||||||
Str255 pascalTitle ;
|
Str255 pascalTitle ;
|
||||||
Str255 pascalText ;
|
Str255 pascalText ;
|
||||||
char cText[256] ;
|
char cText[2048] ;
|
||||||
|
|
||||||
Str255 yesPString ;
|
Str255 yesPString ;
|
||||||
Str255 noPString ;
|
Str255 noPString ;
|
||||||
|
Reference in New Issue
Block a user