regen bakefiles - get rid of explicit size setting after ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -203,7 +203,6 @@ void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
|
||||
wxWindow *win = splash->GetSplashWindow();
|
||||
#if wxUSE_MEDIACTRL
|
||||
wxMediaCtrl *media = new wxMediaCtrl( win, wxID_EXIT, _T("press.mpg"), wxPoint(2,2));
|
||||
media->SetSize(wxSize(80,60));
|
||||
media->Play();
|
||||
#else
|
||||
wxStaticText *text = new wxStaticText( win, wxID_EXIT, _T("click somewhere\non image"), wxPoint(13,11) );
|
||||
|
Reference in New Issue
Block a user