X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7335c5a58831db711a348edce9bed7ebfecc068d..4fcd60c72f6b90f5063f7000ff5a80a9004055a3:/samples/wizard/wizard.cpp diff --git a/samples/wizard/wizard.cpp b/samples/wizard/wizard.cpp index 5268716caa..6e54020f40 100644 --- a/samples/wizard/wizard.cpp +++ b/samples/wizard/wizard.cpp @@ -352,5 +352,5 @@ void MyFrame::OnRunWizard(wxCommandEvent& WXUNUSED(event)) void MyFrame::OnWizardCancel(wxWizardEvent& WXUNUSED(event)) { - wxLogStatus(this, "The wizard was cancelled."); + wxLogStatus(this, wxT("The wizard was cancelled.")); }