#endif
#include "wx/wx.h"
-#include "wx/xml/xml.h"
+#include "wx/xrc/xml.h"
#include "propframe.h"
#include "propedit.h"
#include "xmlhelpr.h"
+#include "editor.h"
enum
{
void PropEditCtrl::OnButtonClear(wxCommandEvent& event)
{
Clear();
+ EditorFrame::Get()->NotifyChanged(CHANGED_PROPS);
}