]> git.saurik.com Git - wxWidgets.git/commitdiff
gcc-3.4 compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 1 Oct 2004 11:20:46 +0000 (11:20 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 1 Oct 2004 11:20:46 +0000 (11:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/htlbox/htlbox.cpp

index 93b6d26f581ec1d716dd30b0db1fc6559b3f4916..322483f6886365a5b25009646655f1c4cfdce381 100644 (file)
@@ -280,7 +280,7 @@ void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
     wxMessageBox(_T("This sample shows wxHtmlListBox class.\n")
                  _T("\n")
 {
     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);
                  _T("About HtmlLbox"),
                  wxOK | wxICON_INFORMATION,
                  this);