#include "wx/xml/xml.h"
#include "wx/image.h"
-
+#include "wx/wx.h"
#include "editor.h"
-
+#include "preview.h"
+#include "propframe.h"
// -- Application
wxFrame *frame = new EditorFrame(NULL, arg);
SetTopWindow(frame);
frame->Show(TRUE);
+ PreviewFrame::Get()->Show(TRUE);
+ PropertiesFrame::Get()->Show(TRUE);
return TRUE;
}