build fix (SetBitmaps is only for wxMSW)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -139,9 +139,9 @@ void ScreenshotFrame::InitFBControls()
|
|||||||
// set minimum size hints
|
// set minimum size hints
|
||||||
GetSizer()->SetSizeHints(this);
|
GetSizer()->SetSizeHints(this);
|
||||||
|
|
||||||
// add bitmaps to the menus
|
// add bitmaps to the menus
|
||||||
m_menuCapRect->SetBitmaps( wxIcon(play_xpm) );
|
m_menuCapRect->SetBitmap( wxIcon(play_xpm) );
|
||||||
m_menuEndCapRect->SetBitmaps( wxIcon(stop_xpm) );
|
m_menuEndCapRect->SetBitmap( wxIcon(stop_xpm) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user