]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/render/render.cpp
Each book control should say what its default orientation. Use this info
[wxWidgets.git] / samples / render / render.cpp
index 5d8a38081fdfd1eb2cdbea7ae32ea9ac7ec7ba93..d98f456b83144aa92f8afeb23d0b888635adebac 100644 (file)
@@ -313,7 +313,7 @@ void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
     wxMessageBox(_T("Render sample shows how to use custom renderers.\n")
                  _T("\n")
-                 _T("© 2003 Vadim Zeitlin"),
+                 _T("(c) 2003 Vadim Zeitlin"),
                  _T("About Render wxWidgets Sample"),
                  wxOK | wxICON_INFORMATION, this);
 }