]> git.saurik.com Git - wxWidgets.git/commitdiff
use "..." instead of <...> for wx headers
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 22 Nov 2001 22:03:26 +0000 (22:03 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 22 Nov 2001 22:03:26 +0000 (22:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/HelpGen/src/HelpGen.cpp
utils/Install/builder/wxib.cpp
utils/dialoged/src/dlghndlr.cpp
utils/dialoged/src/edlist.h
utils/dialoged/src/edtree.h
utils/dialoged/src/reseditr.cpp
utils/dialoged/src/symbtabl.cpp
utils/makegen/makegen.cpp
utils/tex2rtf/src/maths.cpp
utils/tex2rtf/src/table.cpp
utils/tex2rtf/src/texutils.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
 
index c3febebc29e1c4e12751fb73a23ba9bda27009c7..4c1922200de35993bf00d2201913a46370e45f3b 100644 (file)
 #endif
 
 #ifndef WX_PRECOMP
-    #include <wx/wx.h>
+    #include "wx/wx.h"
 #endif
 
-#include <wx/toolbar.h>
-#include <wx/log.h>
-#include <wx/image.h>
+#include "wx/toolbar.h"
+#include "wx/log.h"
+#include "wx/image.h"
 
 // define this to 1 to use wxToolBarSimple instead of the native one
 #define USE_GENERIC_TBAR 0
@@ -38,7 +38,7 @@
         #error wxToolBarSimple is not compiled in, set wxUSE_TOOLBAR_SIMPLE \
                to 1 in setup.h and recompile the library.
     #else
-        #include <wx/tbarsmpl.h>
+        #include "wx/tbarsmpl.h"
     #endif
 #endif // USE_GENERIC_TBAR
 
index 7e494242e0baf6bc8f037d566771e6d3d13a70d2..2be4b234f2b6894b683acbca2a2d82b737d16a22 100644 (file)
@@ -432,7 +432,7 @@ void wxResourceEditorDialogHandler::OnMouseEvent(wxMouseEvent& event)
                 firstDragY = y;
                 dragType = wxDRAG_TYPE_BOUNDING_BOX;
                 wxClientDC dc(handlerDialog);
-                OnDragBegin(x, y, keys, dc, NULL);
+                OnDragBegin(x, y, keys, dc, 0);
                 dragMode = wxDRAG_MODE_CONTINUE_LEFT;
                 oldDragX = x; oldDragY = y;
             }
index 6ab9369f1f6ab28af2354577d4c46d4931553409..1122fcf7fa39583d2d9761e853163b00a823df84 100644 (file)
@@ -12,8 +12,8 @@
 #ifndef _EDLIST_H_
 #define _EDLIST_H_
 
-#include <wx/listctrl.h>
-#include <wx/imaglist.h>
+#include "wx/listctrl.h"
+#include "wx/imaglist.h"
 
 class wxResourceEditorControlList: public wxListCtrl
 {
index 37b05dcd5972a28955d0ca07c60952e7d28a0bdf..21b1d5e922231a69277c53959ea55bfcd5f770a8 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _EDTREE_H_
 #define _EDTREE_H_
 
-#include <wx/treectrl.h>
+#include "wx/treectrl.h"
 
 class wxResourceEditorProjectTree: public wxTreeCtrl
 {
index f4d2e4d600bbb27208ae23110e2563f8b5bfc706..06ad36600575abefd4aec07faf2dc866e79a82d5 100644 (file)
@@ -175,7 +175,7 @@ bool wxResourceManager::Initialize()
 #ifdef __WXMSW__
         m_bitmapImage = new wxBitmap("WXWINBMP", wxBITMAP_TYPE_BMP_RESOURCE);
 #endif
-#if defined(__WXGTK__) || defined(__WXMOTIF__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
         m_bitmapImage = new wxBitmap( wxwin_xpm );
 #endif
     }
index bed48b411d4a72200c0f08287ea4e16a40a348eb..05c160ac412c112d37b54998179842587f6668d8 100644 (file)
@@ -24,7 +24,7 @@
 #include "wx/wx.h"
 #endif
 
-#include <wx/file.h>
+#include "wx/file.h"
 
 #include <string.h>
 #include <stdlib.h>
index d43572aadc9f0aa9fd7d378e163a3f73025b837e..7db8b972a7fae3e28ebcb0d0f999433d3ce72c06 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#include <wx/string.h>
-#include <wx/file.h>
-#include <wx/ffile.h>
-#include <wx/app.h>
-#include <wx/log.h>
-#include <wx/dir.h>
-#include <wx/textfile.h>
-#include <wx/datetime.h>
-#include <wx/cmdline.h>
+#include "wx/string.h"
+#include "wx/file.h"
+#include "wx/ffile.h"
+#include "wx/app.h"
+#include "wx/log.h"
+#include "wx/dir.h"
+#include "wx/textfile.h"
+#include "wx/datetime.h"
+#include "wx/cmdline.h"
 
 // ----------------------------------------------------------------------------
 // the application class
index 8ce01001d3200d83dff53cf5895b08e793bced8a..cba6dc2ece28ae0b19aa6a2f089ae7f3ddcb771b 100644 (file)
@@ -15,7 +15,7 @@
 #endif
 
 #ifndef WX_PRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
 #endif
 
 #include <ctype.h>
index bf51891a8f922d89cfe7716d271c1ec4486452f0..fa4168114027c5760b3ae5e7494e58792d934fbe 100644 (file)
@@ -24,8 +24,7 @@
 #include "wx/wx.h"
 #endif
 
-
-#include <wx/hash.h>
+#include "wx/hash.h"
 
 #ifdef new
 #undef new
index ad52f44ef070d201c2af88d949aa15e221cd31a5..f4bb11a9a920e8a516730b917b439637791448ce 100644 (file)
@@ -24,7 +24,7 @@
 #include "wx/wx.h"
 #endif
 
-#include <wx/hash.h>
+#include "wx/hash.h"
 
 #ifdef new
 #undef new