X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e998a336aca531645b3fb2ca072b02f3db17a11..b1d66b5415f7befb45e050d7097571642b8bfa56:/utils/dialoged/src/reseditr.cpp diff --git a/utils/dialoged/src/reseditr.cpp b/utils/dialoged/src/reseditr.cpp index f4d2e4d600..06ad366005 100644 --- a/utils/dialoged/src/reseditr.cpp +++ b/utils/dialoged/src/reseditr.cpp @@ -175,7 +175,7 @@ bool wxResourceManager::Initialize() #ifdef __WXMSW__ m_bitmapImage = new wxBitmap("WXWINBMP", wxBITMAP_TYPE_BMP_RESOURCE); #endif -#if defined(__WXGTK__) || defined(__WXMOTIF__) +#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) m_bitmapImage = new wxBitmap( wxwin_xpm ); #endif }