Tinderbox build fix (wxCococa).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-05-30 13:36:13 +00:00
parent c69a7d10e5
commit b6cf9ad090

View File

@@ -51,14 +51,7 @@
#include "wx/textfile.h" #include "wx/textfile.h"
#endif #endif
// ---------------------------------------------------------------------------- #include "../sample.xpm"
// resources
// ----------------------------------------------------------------------------
// the application icon (under Windows and OS/2 it is in resources)
#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__) || defined(__WXX11__)
#include "mondrian.xpm"
#endif
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// private classes // private classes
@@ -210,7 +203,7 @@ MyFrame::MyFrame()
wxDefaultPosition, wxSize(400, 500)) wxDefaultPosition, wxSize(400, 500))
{ {
// set the frame icon // set the frame icon
SetIcon(wxICON(mondrian)); SetIcon(wxIcon(sample_xpm));
#if wxUSE_MENUS #if wxUSE_MENUS
// create a menu bar // create a menu bar