]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/artprov/arttest.cpp
Added start at accessibility sample
[wxWidgets.git] / samples / artprov / arttest.cpp
index c8cda125164ae3c07b119b06d92cb8a2803221b3..57730cfb117992941e6a147d1cfe95565bddf9b6 100644 (file)
@@ -195,7 +195,8 @@ void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
     msg.Printf( _T("This is the about dialog of wxArtProvider sample.\n")
                 _T("Welcome to %s"), wxVERSION_STRING);
 
-    wxMessageBox(msg, _T("About Minimal"), wxOK | wxICON_INFORMATION, this);
+    wxMessageBox(msg, _T("About wxArtProvider sample"),
+        wxOK | wxICON_INFORMATION, this);
 }
 
 void MyFrame::OnBrowser(wxCommandEvent& WXUNUSED(event))