Compile fix when not using WXR resources.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
752f10a8a4
commit
5d5da6f610
@ -86,7 +86,7 @@ wxWizardPage::wxWizardPage(wxWizard *parent,
|
|||||||
{
|
{
|
||||||
if ( resource != NULL )
|
if ( resource != NULL )
|
||||||
{
|
{
|
||||||
#if wxUSE_RESOURCES
|
#if wxUSE_WX_RESOURCES
|
||||||
if ( !LoadFromResource(this, resource) )
|
if ( !LoadFromResource(this, resource) )
|
||||||
{
|
{
|
||||||
wxFAIL_MSG(wxT("wxWizardPage LoadFromResource failed!!!!"));
|
wxFAIL_MSG(wxT("wxWizardPage LoadFromResource failed!!!!"));
|
||||||
|
Loading…
Reference in New Issue
Block a user