]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/image/image.cpp
don't use WPARAM in the header (build fix after r59336)
[wxWidgets.git] / samples / image / image.cpp
index 63b414cd6eb24cf083ef0a43d2ecf6b61f0ad232..9d1d42a7f2c555f187bc4cfd412b7fa21d41570c 100644 (file)
@@ -46,6 +46,9 @@
 
 #include "canvas.h"
 
+#ifndef __WXMSW__
+    #include "../sample.xpm"
+#endif
 
 // ============================================================================
 // declarations
@@ -575,6 +578,8 @@ MyFrame::MyFrame()
     : wxFrame( (wxFrame *)NULL, wxID_ANY, _T("wxImage sample"),
                 wxPoint(20, 20), wxSize(950, 700) )
 {
+    SetIcon(wxICON(sample));
+
     wxMenuBar *menu_bar = new wxMenuBar();
 
     wxMenu *menuImage = new wxMenu;