- wxMessageBox("Demo of wxWizard class\n"
- "© 1999, 2000 Vadim Zeitlin",
- "About wxWizard sample", wxOK | wxICON_INFORMATION, this);
+ wxMessageBox(_T("Demo of wxWizard class\n")
+ _T("© 1999, 2000 Vadim Zeitlin"),
+ _T("About wxWizard sample"), wxOK | wxICON_INFORMATION, this);