X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/733fa5907d0b63c10ad4836c43a25f9cc4510e0c..11e3c6ef36393fb5863ea2f9601d8facd73acb12:/samples/taskbar/tbtest.cpp?ds=inline diff --git a/samples/taskbar/tbtest.cpp b/samples/taskbar/tbtest.cpp index cf7ba7a0c1..c31128f06b 100644 --- a/samples/taskbar/tbtest.cpp +++ b/samples/taskbar/tbtest.cpp @@ -29,7 +29,7 @@ #endif // the application icon (under Windows and OS/2 it is in resources) -#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__) || defined(__WXX11__) +#ifndef wxHAS_IMAGES_IN_RESOURCES #include "../sample.xpm" #endif @@ -138,7 +138,7 @@ MyDialog::MyDialog(const wxString& title) } #if defined(__WXOSX__) && wxOSX_USE_COCOA - m_dockIcon = new MyTaskBarIcon(wxTaskBarIcon::DOCK); + m_dockIcon = new MyTaskBarIcon(wxTBI_DOCK); if ( !m_dockIcon->SetIcon(wxICON(sample)) ) { wxLogError(wxT("Could not set icon."));