News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

wxMessageDialog in wxSmith not append the #include <wx/msgdlg.h>

Started by cfgnunes, January 05, 2011, 06:22:28 PM

Previous topic - Next topic

cfgnunes

has a bug in this build,
the wxSmith not append in the source the #include <wx/msgdlg.h>
when put an wxMessageDialog.

Thanks!

Jenna

Is fixed in trunk (svn r6922).
Instead of msgdlg.h it created an include-line woth progdlg.h.

Thanks for reporting it.