]> git.saurik.com Git - wxWidgets.git/commitdiff
Tinderbox build fix (wxCococa).
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 30 May 2005 13:36:13 +0000 (13:36 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 30 May 2005 13:36:13 +0000 (13:36 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/htlbox/htlbox.cpp

index 95d99d5c0e467c4eea9569cea4478628113ae3a0..5b34dbb2fb7737dc84b235e6f1d4c8310393bf02 100644 (file)
     #include "wx/textfile.h"
 #endif
 
-// ----------------------------------------------------------------------------
-// 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
+#include "../sample.xpm"
 
 // ----------------------------------------------------------------------------
 // private classes
@@ -210,7 +203,7 @@ MyFrame::MyFrame()
                  wxDefaultPosition, wxSize(400, 500))
 {
     // set the frame icon
-    SetIcon(wxICON(mondrian));
+    SetIcon(wxIcon(sample_xpm));
 
 #if wxUSE_MENUS
     // create a menu bar