]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/msgdlg.cpp
fixed bug in SetStyle() which wouldn't reset the slant if it had been set before
[wxWidgets.git] / 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 ;