]> git.saurik.com Git - wxWidgets.git/commitdiff
Increased the message buffer size
authorJulian Smart <julian@anthemion.co.uk>
Mon, 12 Aug 2002 15:43:45 +0000 (15:43 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 12 Aug 2002 15:43:45 +0000 (15:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/msgdlg.cpp
src/mac/msgdlg.cpp

index 03230aa70774d1e74932b443d2d09cd25e74761a..7b7109b668698fe47d0ba9e311c6ce83dc1b8a8b 100644 (file)
@@ -68,7 +68,7 @@ int wxMessageDialog::ShowModal()
        short result ;
        Str255 pascalTitle ;
        Str255 pascalText ;
-       char   cText[256] ;
+       char   cText[2048] ;
 
        Str255 yesPString ;
        Str255 noPString ;
index 03230aa70774d1e74932b443d2d09cd25e74761a..7b7109b668698fe47d0ba9e311c6ce83dc1b8a8b 100644 (file)
@@ -68,7 +68,7 @@ int wxMessageDialog::ShowModal()
        short result ;
        Str255 pascalTitle ;
        Str255 pascalText ;
-       char   cText[256] ;
+       char   cText[2048] ;
 
        Str255 yesPString ;
        Str255 noPString ;