]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/HelpGen.cpp
fix for palette restoration in wxToolBarSimple
[wxWidgets.git] / utils / HelpGen / src / HelpGen.cpp
index 6828f792526ade66194ee14c6694dfe17c04d8d0..9fed79e63bfa667e9203a383e1268f9877ec6805 100644 (file)
 #include "wx/wxprec.h"
 
 #ifndef WX_PRECOMP
-    #include <wx/string.h>
-    #include <wx/log.h>
-    #include <wx/dynarray.h>
-    #include <wx/wx.h>
+    #include "wx/string.h"
+    #include "wx/log.h"
+    #include "wx/dynarray.h"
+    #include "wx/wx.h"
 #endif // WX_PRECOMP
 
-#include <wx/file.h>
-#include <wx/regex.h>
+#include "wx/file.h"
+#include "wx/regex.h"
 
 // C++ parsing classes
 #include "cjparser.h"
@@ -1977,6 +1977,9 @@ static const wxString GetVersionString()
 
 /*
    $Log$
+   Revision 1.15  2001/11/22 21:59:58  GD
+   use "..." instead of <...> for wx headers
+
    Revision 1.14  2001/07/19 13:51:29  VZ
    fixes to version string