switched wxXML to expat parser
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -201,7 +201,11 @@ PropertiesFrame *PropertiesFrame::Get()
|
||||
PropertiesFrame::PropertiesFrame()
|
||||
: wxFrame(EditorFrame::Get(), -1, _("Properties"),
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
wxDEFAULT_FRAME_STYLE | wxFRAME_NO_TASKBAR | wxFRAME_TOOL_WINDOW)
|
||||
wxDEFAULT_FRAME_STYLE | wxFRAME_NO_TASKBAR
|
||||
#ifdef __WXMSW__
|
||||
| wxFRAME_TOOL_WINDOW
|
||||
#endif
|
||||
)
|
||||
{
|
||||
ms_Instance = this;
|
||||
m_Node = NULL;
|
||||
|
Reference in New Issue
Block a user