]> git.saurik.com Git - wxWidgets.git/commitdiff
Typos
authorJulian Smart <julian@anthemion.co.uk>
Wed, 11 Jan 2006 09:00:33 +0000 (09:00 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 11 Jan 2006 09:00:33 +0000 (09:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/html/helpfrm.h
src/html/helpwnd.cpp

index 4adbd42141878f59cc323ebf4424656f38fcbad7..afe7ae849f3e7df30f29a03004f0c2af072a01b0 100644 (file)
@@ -29,7 +29,7 @@
 #include "wx/checkbox.h"
 #include "wx/stattext.h"
 #include "wx/html/htmlwin.h"
-#include "wx/html/helpwin.h"
+#include "wx/html/helpwnd.h"
 #include "wx/html/htmprint.h"
 
 class WXDLLIMPEXP_CORE wxButton;
index 94226cf85c020d9a37b732fe6d53e6e8bcd05916..5686f0bab5e39701d9babb5e69d1a382304f0dbd 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        helpwin.cpp
+// Name:        helpwnd.cpp
 // Purpose:     wxHtmlHelpWindow
 // Notes:       Based on htmlhelp.cpp, implementing a monolithic
 //              HTML Help controller class,  by Vaclav Slavik