]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/htlbox/htlbox.cpp
Fix for Bug 1097510, reset m_selectionOld when the value changes
[wxWidgets.git] / 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")
-                 _T("© 2003 Vadim Zeitlin"),
+                 _T("(c) 2003 Vadim Zeitlin"),
                  _T("About HtmlLbox"),
                  wxOK | wxICON_INFORMATION,
                  this);