[ wxwindows-Bugs-1638994 ] wxUSE_COLLPANE set to 0 breaks
aboutdlgg.cpp
SourceForge.net
noreply at sourceforge.net
Thu Jan 18 13:45:56 PST 2007
Bugs item #1638994, was opened at 2007-01-18 21:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1638994&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Generic
Group: Trivial
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: stas (stishkin)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxUSE_COLLPANE set to 0 breaks aboutdlgg.cpp
Initial Comment:
for all platforms and all compilers
when
wxUSE_COLLPANE is set to 0 in setup.h
aboutdlgg.cpp can't be compiled
it needs
#if wxUSE_COLLPANE
#endif //wxUSE_COLLPANE
to be added around
void wxGenericAboutDialog::AddCollapsiblePane
it is done in aboutdlgg.h but not in aboutdlgg.cpp
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1638994&group_id=9863
More information about the wx-dev
mailing list