use wxUSE_COLLPANE around usage of wxCollapsiblePane

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-10-30 21:48:53 +00:00
parent 4c1e8a6952
commit 88df9199da

View File

@@ -133,6 +133,7 @@ bool wxGenericAboutDialog::Create(const wxAboutDialogInfo& info)
#endif // wxUSE_HYPERLINKCTRL/!wxUSE_HYPERLINKCTRL
}
#if wxUSE_COLLPANE
// add licence
if ( info.HasLicence() )
{
@@ -145,6 +146,7 @@ bool wxGenericAboutDialog::Create(const wxAboutDialogInfo& info)
m_sizerText->Add(licensepnl, wxSizerFlags(1).Expand().Border(wxBOTTOM));
}
#endif // wxUSE_COLLPANE
// TODO: add credits (developers, artists, doc writers, translators)