X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4f8693cb887677cc8ed0f113a8b57e5f9520a3c..b1f50e652c0e105c0ed8ab627be837c45f7a1a00:/src/generic/notebook.cpp diff --git a/src/generic/notebook.cpp b/src/generic/notebook.cpp index f6462ae8a4..756369436e 100644 --- a/src/generic/notebook.cpp +++ b/src/generic/notebook.cpp @@ -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")); } // ----------------------------------------------------------------------------