From 86c5779a6f1f1eceda304ef7fe43fc5c3f8f1b8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 18 Mar 2004 17:24:06 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/sound/sound.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/sound/sound.cpp b/samples/sound/sound.cpp index f1d3fa96d5..985db5ee52 100644 --- a/samples/sound/sound.cpp +++ b/samples/sound/sound.cpp @@ -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); } -- 2.45.2