From: Julian Smart <julian@anthemion.co.uk>
Date: Thu, 16 Jun 2005 17:13:54 +0000 (+0000)
Subject: Name correction
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/75285e227a0a4d41f684e0523ffdd6583d3cc6cf

Name correction


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/samples/grid/griddemo.cpp b/samples/grid/griddemo.cpp
index 772583b100..cbf35ed824 100644
--- a/samples/grid/griddemo.cpp
+++ b/samples/grid/griddemo.cpp
@@ -935,7 +935,7 @@ void GridFrame::OnEditorHidden( wxGridEvent& ev )
 void GridFrame::About(  wxCommandEvent& WXUNUSED(ev) )
 {
     (void)wxMessageBox( _T("\n\nwxGrid demo \n\n")
-                        _T("Michael Bedward, Julian Small, Vadim Zeitlin"),
+                        _T("Michael Bedward, Julian Smart, Vadim Zeitlin"),
                         _T("About"),
                         wxOK );
 }