]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/Install/builder/wxib.cpp
implement SetFocusFromKbd() to select all text in the controls whose dialog code...
[wxWidgets.git] / utils / Install / builder / wxib.cpp
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