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