]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/controls.cpp
Removed a spurious print statement
[wxWidgets.git] / samples / controls / controls.cpp
index 1fd8a2a5047b3567cacabf3b8eafc067a12e0980..0d8ecf7f94c768d7c985ff773574e1c1f1312bc6 100644 (file)
@@ -812,7 +812,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
 
     (void)new wxBitmapButton(panel, ID_BITMAP_BTN, bitmap, wxPoint(100, 20));
 
-#ifdef __WXMSW__
+#if defined(__WXMSW__) || defined(__WXMOTIF__)
     // test for masked bitmap display
     bitmap = wxBitmap(_T("test2.bmp"), wxBITMAP_TYPE_BMP);
     if (bitmap.Ok())