]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/help/help.cpp
synthetize 'button up' event before doubleclick, too
[wxWidgets.git] / samples / html / help / help.cpp
index 2519d60d92977242e40edb922410f649a85fbf71..a5169d92aa66f9883b16cf370bc01a7099411fa9 100644 (file)
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWindows headers
 #ifndef WX_PRECOMP
-    #include <wx/wx.h>
+    #include "wx/wx.h"
 #endif
 
-#include <wx/image.h>
-#include <wx/wxhtml.h>
-#include <wx/filesys.h>
-#include <wx/fs_zip.h>
+#include "wx/image.h"
+#include "wx/html/helpfrm.h"
+#include "wx/html/helpctrl.h"
+#include "wx/filesys.h"
+#include "wx/fs_zip.h"
 
 // ----------------------------------------------------------------------------
 // private classes