X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d7260478196b59ffd83c3328f710ba6f45860428..d94974609888885e0b75d0e01d901b03a6213979:/src/generic/msgdlgg.cpp diff --git a/src/generic/msgdlgg.cpp b/src/generic/msgdlgg.cpp index 19e4307b25..d63a6e1217 100644 --- a/src/generic/msgdlgg.cpp +++ b/src/generic/msgdlgg.cpp @@ -67,7 +67,9 @@ wxGenericMessageDialog::wxGenericMessageDialog( wxWindow *parent, { m_dialogStyle = style; +#if wxUSE_STATIC_BITMAP bool is_pda = (wxSystemSettings::GetScreenType() <= wxSYS_SCREEN_PDA); +#endif wxBoxSizer *topsizer = new wxBoxSizer( wxVERTICAL );