From: Václav Slavík Date: Fri, 1 Oct 2004 11:20:46 +0000 (+0000) Subject: gcc-3.4 compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/62b45e0694192d7dfc9b40a9b4a34c98dd15096e gcc-3.4 compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/htlbox/htlbox.cpp b/samples/htlbox/htlbox.cpp index 93b6d26f58..322483f688 100644 --- a/samples/htlbox/htlbox.cpp +++ b/samples/htlbox/htlbox.cpp @@ -280,7 +280,7 @@ void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event)) { wxMessageBox(_T("This sample shows wxHtmlListBox class.\n") _T("\n") - _T("© 2003 Vadim Zeitlin"), + _T("(c) 2003 Vadim Zeitlin"), _T("About HtmlLbox"), wxOK | wxICON_INFORMATION, this);