compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -180,7 +180,8 @@ MyFrame::MyFrame(const wxString& title)
|
|||||||
// ... and attach this menu bar to the frame
|
// ... and attach this menu bar to the frame
|
||||||
SetMenuBar(menuBar);
|
SetMenuBar(menuBar);
|
||||||
|
|
||||||
m_tc = new wxTextCtrl(this, -1, "", wxDefaultPosition, wxDefaultSize,
|
m_tc = new wxTextCtrl(this, -1, wxEmptyString,
|
||||||
|
wxDefaultPosition, wxDefaultSize,
|
||||||
wxTE_MULTILINE|wxTE_READONLY);
|
wxTE_MULTILINE|wxTE_READONLY);
|
||||||
NotifyUsingFile(m_soundFile);
|
NotifyUsingFile(m_soundFile);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user