- (void)wxMessageBox( "wxPlotWindow Demo\n"
- "Robert Roebling (c) 1999,2000",
- "About wxPlotWindow Demo", wxICON_INFORMATION | wxOK );
+ (void)wxMessageBox( _T("wxPlotWindow Demo\n")
+ _T("Robert Roebling (c) 1999,2000"),
+ _T("About wxPlotWindow Demo"), wxICON_INFORMATION | wxOK );