]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpfrm.cpp
Switch to the TreeListCtrl from the wxCode project.
[wxWidgets.git] / src / html / helpfrm.cpp
index 4acfbb904378936457529522e454cdf8942f1519..9e952b723a043e373b07cd56ea78a5ee0b60e494 100644 (file)
@@ -1609,7 +1609,7 @@ void wxHtmlHelpFrame::OnClose(wxCommandEvent& event)
 
 void wxHtmlHelpFrame::OnAbout(wxCommandEvent& event)
 {
-    wxMessageBox(wxT("wxWindows HTML Help Viewer (c) 1998-2003, Vaclav Slavik et al"), wxT("HelpView"),
+    wxMessageBox(wxT("wxWidgets HTML Help Viewer (c) 1998-2003, Vaclav Slavik et al"), wxT("HelpView"),
         wxICON_INFORMATION|wxOK, this);
 }
 #endif