Committing in .
wizard.cpp contains "deprecated" code Modified Files: wxWindows/src/generic/wizard.cpp ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6804a3f719
commit
96f4ca4201
@ -102,10 +102,12 @@ bool wxWizardPage::Create(wxWizard *parent,
|
||||
if ( resource != NULL )
|
||||
{
|
||||
#if wxUSE_WX_RESOURCES
|
||||
if ( !LoadFromResource(this, resource) )
|
||||
#if 0
|
||||
if ( !LoadFromResource(this, resource) )
|
||||
{
|
||||
wxFAIL_MSG(wxT("wxWizardPage LoadFromResource failed!!!!"));
|
||||
}
|
||||
#endif
|
||||
#endif // wxUSE_RESOURCES
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user