]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/msgdlg.cpp
added error code for better debugging
[wxWidgets.git] / src / mac / carbon / 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 ;