]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix when not using WXR resources.
authorRobert Roebling <robert@roebling.de>
Sun, 31 Mar 2002 12:06:49 +0000 (12:06 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 31 Mar 2002 12:06:49 +0000 (12:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/wizard.cpp

index eed6e10755973e8622f6eff18a0e8a8ae6a287e6..ec746149a314899bd70db5301e2ce5056afab5e1 100644 (file)
@@ -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) )
         {
             wxFAIL_MSG(wxT("wxWizardPage LoadFromResource failed!!!!"));
         if ( !LoadFromResource(this, resource) )
         {
             wxFAIL_MSG(wxT("wxWizardPage LoadFromResource failed!!!!"));