X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4f8693cb887677cc8ed0f113a8b57e5f9520a3c..efe66bbc0e9f463a6dd3ad49717474dd801bebf3:/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")); } // ----------------------------------------------------------------------------