git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26257
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// ... and attach this menu bar to the frame
SetMenuBar(menuBar);
// ... 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);
}
wxTE_MULTILINE|wxTE_READONLY);
NotifyUsingFile(m_soundFile);
}