]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/printing/printing.cpp
synthetize 'button up' event before doubleclick, too
[wxWidgets.git] / samples / html / printing / printing.cpp
index 561b77f33ff985f7970c8b4ba490b981908a9ff4..4ccb47d74af7e84ec27957ba41ea632750dc51de 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/html/htmlwin.h>
-
-#include <wx/html/htmprint.h>
+#include "wx/image.h"
+#include "wx/html/htmlwin.h"
+#include "wx/html/htmprint.h"
 
 
 // ----------------------------------------------------------------------------