]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sound/sound.cpp
wxWebKit now properly updates after a resize event.
[wxWidgets.git] / samples / sound / sound.cpp
index f1d3fa96d55584e8ab62e9260c38531aca9111b3..985db5ee52ff85b63ed0762177866021c1d1e655 100644 (file)
@@ -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);
 }