X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/15e8daecf594d38a57bc750f58de0ea33b79f4ee..036971cc8c5282769c60b3c5afed80ccb50e8a14:/contrib/include/wx/deprecated/setup.h?ds=inline diff --git a/contrib/include/wx/deprecated/setup.h b/contrib/include/wx/deprecated/setup.h index e103e14332..dfac4804c6 100644 --- a/contrib/include/wx/deprecated/setup.h +++ b/contrib/include/wx/deprecated/setup.h @@ -49,8 +49,11 @@ #endif #define wxUSE_WX_RESOURCES 1 - - +// Use simple, generic toolbar +#ifdef wxUSE_TOOLBAR_SIMPLE +#undef wxUSE_TOOLBAR_SIMPLE +#endif +#define wxUSE_TOOLBAR_SIMPLE 1 #ifdef WXMAKINGDLL_DEPRECATED