X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ccb42cc5c8fae331899b71a6ac1c2c039789ab24..2d611b5cf26c2b16ba3a7d91d79d06e759be2b3d:/samples/artprov/arttest.cpp?ds=sidebyside diff --git a/samples/artprov/arttest.cpp b/samples/artprov/arttest.cpp index c8cda12516..57730cfb11 100644 --- a/samples/artprov/arttest.cpp +++ b/samples/artprov/arttest.cpp @@ -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))