// ... 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);
}