]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/vscroll/vstest.cpp
regen bakefiles - get rid of explicit size setting after ctor
[wxWidgets.git] / samples / vscroll / vstest.cpp
index 4fcf2c0b3d1c77832126e13ae70920884f8e57e1..c1e18c824844e064f1e717b679ffe97c0143cc7a 100644 (file)
@@ -282,7 +282,7 @@ void VScrollFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
     wxMessageBox(_T("VScroll shows how to implement scrolling with\n")
                  _T("variable line heights.\n")
-                 _T("© 2003 Vadim Zeitlin"),
+                 _T("(c) 2003 Vadim Zeitlin"),
                  _T("About VScroll"),
                  wxOK | wxICON_INFORMATION,
                  this);