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
|
||||
GetSizer()->SetSizeHints(this);
|
||||
|
||||
// add bitmaps to the menus
|
||||
m_menuCapRect->SetBitmaps( wxIcon(play_xpm) );
|
||||
m_menuEndCapRect->SetBitmaps( wxIcon(stop_xpm) );
|
||||
// add bitmaps to the menus
|
||||
m_menuCapRect->SetBitmap( wxIcon(play_xpm) );
|
||||
m_menuEndCapRect->SetBitmap( wxIcon(stop_xpm) );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user