]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/plot/plot.cpp
Fixed stream test.
[wxWidgets.git] / contrib / samples / plot / plot.cpp
index 0082a382bba41898ea712eef28e8f77dcde594fe..625891976d15a57504f2a65c769222bbbeafe67b 100644 (file)
@@ -152,8 +152,8 @@ void MyFrame::OnQuit( wxCommandEvent &WXUNUSED(event) )
 
 void MyFrame::OnAbout( wxCommandEvent &WXUNUSED(event) )
 {
-  (void)wxMessageBox( _T("wxPlotWindow Demo\n"
-                         "Robert Roebling (c) 1999,2000"),
+  (void)wxMessageBox( _T("wxPlotWindow Demo\n")
+                      _T("Robert Roebling (c) 1999,2000"),
                       _T("About wxPlotWindow Demo"), wxICON_INFORMATION | wxOK );
 }