Text only
|
Text with Images
Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: cfgnunes on January 05, 2011, 06:22:28 PM
Title:
wxMessageDialog in wxSmith not append the #include <wx/msgdlg.h>
Post by:
cfgnunes
on
January 05, 2011, 06:22:28 PM
has a bug in this build,
the wxSmith not append in the source the #include <wx/msgdlg.h>
when put an wxMessageDialog.
Thanks!
Title:
Re: wxMessageDialog in wxSmith not append the #include <wx/msgdlg.h>
Post by:
Jenna
on
January 05, 2011, 06:39:41 PM
Is fixed in trunk (svn r6922).
Instead of
msgdlg.h
it created an include-line woth
progdlg.h
.
Thanks for reporting it.
Text only
|
Text with Images