News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

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.