X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/35a0184e7d0a19fb2a59c525fdc6b8f7afdfc90a..917afc7b81c6f806ea3d50b455f7c4e320ecd68f:/contrib/utils/wxrcedit/edapp.cpp?ds=sidebyside diff --git a/contrib/utils/wxrcedit/edapp.cpp b/contrib/utils/wxrcedit/edapp.cpp index 2ad0a59b05..e06b5bf15d 100644 --- a/contrib/utils/wxrcedit/edapp.cpp +++ b/contrib/utils/wxrcedit/edapp.cpp @@ -25,12 +25,13 @@ #include "wx/wx.h" #endif -#include "wx/xml/xml.h" +#include "wx/xrc/xml.h" #include "wx/image.h" #include "wx/wx.h" #include "editor.h" - +#include "preview.h" +#include "propframe.h" // -- Application @@ -51,6 +52,8 @@ bool MyApp::OnInit() wxFrame *frame = new EditorFrame(NULL, arg); SetTopWindow(frame); frame->Show(TRUE); + PreviewFrame::Get()->Show(TRUE); + PropertiesFrame::Get()->Show(TRUE); return TRUE; }