#include "wx/wx.h"
#endif
-#include "wx/xml/xml.h"
+#include "wx/xrc/xml.h"
#include "wx/image.h"
#include "wx/wx.h"
bool MyApp::OnInit()
{
+ SetVendorName(wxT("wxWindows"));
+ SetAppName(wxT("wxrcedit"));
wxString arg = (argc >= 1) ? argv[1] : "";
wxInitAllImageHandlers();
wxFrame *frame = new EditorFrame(NULL, arg);