Credit Prashant Kumar Nirmal as svg sample author

This commit is contained in:
Vadim Zeitlin
2017-03-31 17:17:11 +02:00
parent b7822ff511
commit 5fb77c4c78

View File

@@ -2,7 +2,6 @@
// Name: svgtest.cpp // Name: svgtest.cpp
// Purpose: SVG sample // Purpose: SVG sample
// Author: Chris Elliott // Author: Chris Elliott
// Modified by:
// Licence: wxWindows licence // Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
@@ -159,7 +158,9 @@ void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event)) void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
{ {
(void)wxMessageBox(wxT("wxWidgets SVG sample\n") (void)wxMessageBox(wxT("wxWidgets SVG sample\n")
wxT("Author: Chris Elliott (c) 2002-2009\n") wxT("Authors:\n")
wxT(" Chris Elliott (c) 2002-2009\n")
wxT(" Prashant Kumar Nirmal (c) 2017\n")
wxT("Usage: click File|Save to Save the Selected SVG Test"), wxT("Usage: click File|Save to Save the Selected SVG Test"),
wxT("About SVG Test")); wxT("About SVG Test"));
} }