]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/notebook.cpp
Compile fix for sound without threads. Not sure
[wxWidgets.git] / src / generic / notebook.cpp
index f6462ae8a4eedee0fe8aec0ac859dd1cc5b37890..756369436e038ba036d1e2d35e603ab049b60560 100644 (file)
@@ -600,7 +600,7 @@ bool wxNotebook::DoPhase(int /* nPhase */)
 
 void wxNotebook::Command(wxCommandEvent& WXUNUSED(event))
 {
-    wxFAIL_MSG("wxNotebook::Command not implemented");
+    wxFAIL_MSG(wxT("wxNotebook::Command not implemented"));
 }
 
 // ----------------------------------------------------------------------------