]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/wizard/wizard.cpp
added missing -univ package control files.
[wxWidgets.git] / samples / wizard / wizard.cpp
index 5268716caa5ab929ef65fa6e133c3fcef980d58d..6e54020f4008505688ecd320d141538d15d91159 100644 (file)
@@ -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."));
 }